dregil: Set zsh as default shell
This commit is contained in:
parent
9333f62fcd
commit
a42932d6f0
2 changed files with 12 additions and 2 deletions
|
|
@ -104,6 +104,7 @@ in {
|
|||
"wheel" # Enable ‘sudo’ for the user.
|
||||
"input"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
|
|
@ -132,6 +133,8 @@ in {
|
|||
|
||||
programs.steam = { enable = true; };
|
||||
|
||||
programs.zsh = { enable = true; };
|
||||
|
||||
# List services that you want to enable:
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue