some refactoring
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user