Update to NixOS 25.05

This commit is contained in:
Nettika 2025-05-31 16:24:33 -07:00
parent 5eab965637
commit 12f5731dd1
4 changed files with 9 additions and 10 deletions

View file

@ -140,6 +140,10 @@
defaultSession = "cinnamon";
};
services.power-profiles-daemon = {
enable = false;
};
services.tlp = {
enable = true;
};