switch back from fish to zsh

This commit is contained in:
notgne2 2022-11-06 17:42:23 -07:00
parent 742ce27e01
commit 33dba4a0fe
No known key found for this signature in database
6 changed files with 4 additions and 37 deletions

View file

@ -105,7 +105,8 @@
networking.firewall.allowPing = true;
networking.firewall.allowedTCPPorts = lib.mkDefault [22];
programs.zsh.enable = lib.mkDefault true;
programs.fish.enable = lib.mkDefault true;
users.defaultUserShell = lib.mkOverride 900 pkgs.fish;
users.defaultUserShell = lib.mkOverride 900 pkgs.zsh;
};
}