changes to some services

This commit is contained in:
cnst
2024-09-26 18:48:56 +02:00
parent a7b0f8bd71
commit 89deddd000
3 changed files with 55 additions and 55 deletions

View File

@@ -37,7 +37,7 @@ in {
default = false;
description = "Enables the nm-applet service.";
};
indicator.enable = mkEnableOption {
indicator = mkEnableOption {
type = types.bool;
default = false;
description = "Enables the nm-applet indicator";
@@ -60,7 +60,7 @@ in {
};
programs.nm-applet = {
enable = cfg.nm-applet.enable;
indicator.enable = cfg.nm-applet.indicator;
indicator = cfg.nm-applet.indicator;
};
};
}