full circle switch to fish

This commit is contained in:
notgne2 2022-11-11 17:32:05 -07:00
parent 1b5fa8d5bf
commit e7c9e93958
No known key found for this signature in database
2 changed files with 2 additions and 8 deletions

View file

@ -106,5 +106,6 @@
networking.firewall.allowedTCPPorts = lib.mkDefault [22];
programs.fish.enable = lib.mkDefault true;
users.defaultUserShell = lib.mkOverride 900 pkgs.fish;
};
}