switch to elvish shell

This commit is contained in:
notgne2 2022-11-11 16:09:41 -07:00
parent c7e27e5594
commit 4434fa8922
No known key found for this signature in database
5 changed files with 87 additions and 15 deletions

View file

@ -105,8 +105,6 @@
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.zsh;
};
}