enable fish shell explicilty for 0xa
This commit is contained in:
parent
09b5328d1c
commit
8e0f7b4c6f
3 changed files with 4 additions and 3 deletions
|
@ -73,8 +73,7 @@
|
|||
vim = "nvim";
|
||||
grep = "grep --color=auto";
|
||||
};
|
||||
users.defaultUserShell = (if config.networking.hostName == "toaster" then pkgs.fish else pkgs.zsh);
|
||||
users.users.root.shell = pkgs.zsh; # keep root shell posix compatible
|
||||
users.defaultUserShell = pkgs.zsh; # keep root shell posix compatible
|
||||
|
||||
programs.iftop.enable = true;
|
||||
programs.mosh.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue