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

@ -10,7 +10,8 @@ let
'';
};
plasmaTheme = "desktop"; #Possible values are "laptop" or "desktop"
plasmaTheme = "desktop"; #Possible values are "laptop" or "desktop"
powerProfile = "laptop"; #Possible values are "laptop" or "desktop"
in
{
imports =
@ -21,7 +22,7 @@ in
# Pass the variable to home-manager
home-manager.extraSpecialArgs = {
inherit plasmaTheme;
inherit plasmaTheme powerProfile;
};
home-manager.sharedModules = [