module fixup, xserver, graphics etc

This commit is contained in:
cnst
2024-10-01 17:32:05 +02:00
parent 98f42a3ecd
commit c33bd61836
13 changed files with 108 additions and 204 deletions

View File

@@ -32,15 +32,11 @@ in {
description = "Network interface configurations.";
};
nm-applet = {
enable = mkEnableOption {
enable = mkEnableOption "Enables the nm-applet service.";
indicator = mkOption {
type = types.bool;
default = false;
description = "Enables the nm-applet service.";
};
indicator = mkEnableOption {
type = types.bool;
default = false;
description = "Enables the nm-applet indicator";
description = "Enables the nm-applet indicator.";
};
};
};