diff --git a/systems/common.nix b/systems/common.nix index 4a6f57b..69bec92 100644 --- a/systems/common.nix +++ b/systems/common.nix @@ -70,8 +70,12 @@ ''; ohMyZsh = { enable = true; - plugins = [ "git" "colored-man-pages" "command-not-found" "extract" ]; - theme = "bureau"; + plugins = [ "git" "colored-man-pages" "command-not-found" "extract" "nix" ]; + customPkgs = with pkgs;[ + spaceship-prompt + nix-zsh-completions + ]; + theme = "spaceship"; }; };