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