Improved zsh package specification
This commit is contained in:
parent
58cb7f731f
commit
2240503ab6
|
@ -53,7 +53,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Program defauls for Linode VMs
|
||||
# Program defaults for all hosts
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
autosuggestions = {
|
||||
|
@ -73,8 +73,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Set the default shell for all users
|
||||
users.defaultUserShell = "/run/current-system/sw/bin/zsh";
|
||||
users.defaultUserShell = pkgs.zsh; # Set the default shell for all users
|
||||
|
||||
# Users common across MIO Ops:
|
||||
users.mutableUsers = false; # Remove any users not defined in here
|
||||
|
|
Loading…
Reference in a new issue