Set default value for modules.zsh option
This commit is contained in:
parent
ce7a1739c3
commit
4f32c90c26
|
|
@ -9,9 +9,8 @@ let
|
|||
in
|
||||
{
|
||||
options.modules.zsh = {
|
||||
enable = mkEnableOption "Install ZSH";
|
||||
defaultShell = mkEnableOption {
|
||||
description = "Set ZSH as the default shell";
|
||||
enable = mkEnableOption {
|
||||
description = "Install ZSH";
|
||||
default = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue