Merge remote-tracking branch 'origin/main' into separate-big-files

This commit is contained in:
2026-05-27 15:04:25 +02:00
17 changed files with 822 additions and 184 deletions

View File

@ -8,8 +8,8 @@
}: let
profiles = {
laptop = {
AC.powerProfile = "powerSaving";
battery.powerProfile = "powerSaving";
AC.powerProfile = null; #Set to null so it doesnt change on plugging it in.
battery.powerProfile = null;
lowBattery.powerProfile = "powerSaving";
};
desktop = {