os-config: add zsh to "environment.shells"
This commit is contained in:
parent
4cd531103a
commit
778fcb1b9d
|
@ -6,6 +6,7 @@ in
|
|||
options.materus.profile.zsh.enable = materusArg.pkgs.lib.mkBoolOpt true "Enable materus system zsh config";
|
||||
config = lib.mkIf cfg.enable {
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
environment.shells = [ pkgs.zsh ];
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableGlobalCompInit=false;
|
||||
|
|
Loading…
Reference in New Issue