diff --git a/configuration.nix b/configuration.nix index cfb6405..0e6ae44 100644 --- a/configuration.nix +++ b/configuration.nix @@ -66,6 +66,8 @@ programs.zsh.ohMyZsh.plugins = [ "git" "command-not-found" ]; programs.zsh.syntaxHighlighting.enable = true; + programs.starship.enable = true; + # List services that you want to enable: # Enable the OpenSSH daemon. diff --git a/users.nix b/users.nix index e59bbfa..b705b65 100644 --- a/users.nix +++ b/users.nix @@ -55,7 +55,6 @@ in git = { enable = true; }; - starship.enable = true; }; }; in {