diff --git a/configuration.nix b/configuration.nix index df371b9..480e604 100644 --- a/configuration.nix +++ b/configuration.nix @@ -147,15 +147,15 @@ programs = { ssh.startAgent = true; fish = { - enable = false; + enable = true; shellInit = "starship init fish | source"; }; starship = { - enable = false; + enable = true; settings = { shell = { disabled = false; - # fish_indicator = ""; + fish_indicator = ""; bash_indicator = "BASH"; }; };