diff --git a/configuration.nix b/configuration.nix index 75b0def..9b008f3 100644 --- a/configuration.nix +++ b/configuration.nix @@ -94,6 +94,7 @@ in isNormalUser = true; extraGroups = [ "wheel" "video" "audio" "networkmanager" "lp" "scanner" ]; initialPassword = "pass"; + shell = pkgs.fish; }; # Allow unfree packages