Set default value for modules.zsh option

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

View File

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