This commit is contained in:
mjallen18
2025-12-30 08:41:48 -06:00
parent ae8bcdf690
commit eed1d28bd8
2 changed files with 27 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ in
./sops.nix
];
services.kmscon.enable = true;
services.kmscon = disabled;
powerManagement.cpuFreqGovernor = "powersave";
@@ -32,7 +32,7 @@ in
# # Desktop # #
# ###################################################
desktop.cosmic = disabled;
desktop.cosmic = enabled;
# ###################################################
# # Development # #
@@ -47,6 +47,8 @@ in
includeContainers = true;
};
gaming.enable = true;
# ###################################################
# # Hardware # #
# ###################################################