Set default value for modules.zsh option

This commit is contained in:
Joshua Yuen 2025-07-26 03:41:51 -04:00
parent 84c00f2ffd
commit 92b0bf27a3
Signed by: josh
GPG Key ID: 502720BC22ED411C
1 changed files with 2 additions and 3 deletions

View File

@ -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;
};
};