feat: set default shell to fish for user harald

Added configuration to set fish as the default shell for user harald. This improves user experience by providing a more friendly and powerful shell environment.
This commit is contained in:
Harald Hoyer 2024-11-19 08:26:05 +01:00
parent 6e5fef359d
commit 6416f5b8db

View file

@ -12,5 +12,7 @@ with lib.metacfg;
"/usr/local/Homebrew/bin" "/usr/local/Homebrew/bin"
]; ];
users.users.harald.shell = pkgs.fish;
system.stateVersion = 4; system.stateVersion = 4;
} }