diff --git a/modules/options/zsh.nix b/modules/options/zsh.nix index 797ffde..a3f6cdc 100644 --- a/modules/options/zsh.nix +++ b/modules/options/zsh.nix @@ -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; }; };