some refactoring

This commit is contained in:
cnst
2024-10-19 11:09:45 +02:00
parent 946125fb09
commit 2cbe3a0ff9
15 changed files with 204 additions and 26 deletions

View File

@@ -7,7 +7,7 @@
cfg = config.system.utils.zsh;
in {
options = {
system.utils.zsh.enable = mkEnableOption "Enables android tools";
system.utils.zsh.enable = mkEnableOption "Enables zsh shell";
};
config = mkIf cfg.enable {
programs.zsh.enable = cfg.enable;