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:
@ -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 ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user