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:
parent
6e5fef359d
commit
6416f5b8db
|
@ -12,5 +12,7 @@ with lib.metacfg;
|
|||
"/usr/local/Homebrew/bin"
|
||||
];
|
||||
|
||||
users.users.harald.shell = pkgs.fish;
|
||||
|
||||
system.stateVersion = 4;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue