KDE Power profiles are now managed by a separate file, so it is easier to select between them without changing theme.

This commit is contained in:
2026-02-17 16:21:12 +01:00
parent 48378c963d
commit 69aaea8526
7 changed files with 87 additions and 121 deletions

View File

@ -2,9 +2,9 @@
{
imports = [
./themes/common.nix
./settings/common.nix
./settings/powerProfile.nix
]
++ lib.optionals (plasmaTheme == "laptop") [ ./themes/laptop.nix ]
++ lib.optionals (plasmaTheme == "desktop") [ ./themes/desktop.nix ];
++ lib.optionals (plasmaTheme == "laptop") [ ./settings/laptop.nix ]
++ lib.optionals (plasmaTheme == "desktop") [ ./settings/desktop.nix ];
}