diff --git a/configuration.nix b/configuration.nix index d7553df..c953af4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -126,20 +126,24 @@ nil starship tailscale + alejandra ]; +programs = { - programs.fish= { + ssh.startAgent = true; + fish= { enable=true; shellInit = "starship init fish | source"; }; - programs.starship.enable = true; - programs.starship.settings = { + starship.enable = true; + starship.settings = { shell = { disabled = false; fish_indicator = ""; bash_indicator = "BASH"; }; }; +}; # Some programs need SUID wrappers, can be configured further or are # started in user sessions.