add!: switch desktop UI to quickshell

This commit is contained in:
Kiana Sheibani 2025-10-07 23:17:55 -04:00
parent ce6ac2cb63
commit e92eaddef3
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
23 changed files with 119 additions and 1401 deletions

View file

@ -8,11 +8,6 @@ lib.mkIf (config.machine == "fire") {
percentageCritical = 5;
};
# Power and temperature management tools
services.thermald.enable = true;
services.tlp.enable = true;
services.tlp.settings = {
TLP_DEFAULT_MODE = "BAT";
TLP_PERSISTENT_DEFAULT = 1;
};
# Power management tools
services.power-profiles-daemon.enable = true;
}