From f9ebdbfdfa0efb5bb9360f8587e542e2110202af Mon Sep 17 00:00:00 2001 From: Frankie B Date: Tue, 25 Apr 2023 22:43:52 +0100 Subject: Make fish the default shell --- hosts/nixbox/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/nixbox/configuration.nix b/hosts/nixbox/configuration.nix index 00a2fb3..78bb6f7 100644 --- a/hosts/nixbox/configuration.nix +++ b/hosts/nixbox/configuration.nix @@ -97,6 +97,7 @@ # thunderbird ]; initialPassword = "changeme"; + shell = pkgs.fish; }; # Allow unfree packages @@ -113,9 +114,10 @@ nerdfonts jetbrains-mono kitty - fish ]; + programs.fish.enable = true; + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; -- cgit v1.2.3-54-g00ecf