Switch to fish shell

This commit is contained in:
Dave Gallant
2025-11-10 14:38:59 -05:00
committed by Dave Gallant
parent 75ca714850
commit 52071c17be
3 changed files with 36 additions and 34 deletions

View File

@@ -271,7 +271,7 @@
"libvirtd"
"corectrl"
];
shell = pkgs.bash;
shell = pkgs.fish;
};
i18n.defaultLocale = "en_US.UTF-8";
@@ -293,7 +293,10 @@
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
documentation.man.generateCaches = false;
programs = {
fish.enable = true;
gnupg.agent = {
enable = true;
enableSSHSupport = true;

View File

@@ -15,6 +15,9 @@
system.stateVersion = 4;
users.users."dave.gallant".home = "/Users/dave.gallant";
users.users."dave.gallant".shell = pkgs.fish;
programs.fish.enable = true;
system.primaryUser = "dave.gallant";