diff options
Diffstat (limited to 'config/plasma')
| -rw-r--r-- | config/plasma/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/plasma/default.nix b/config/plasma/default.nix index 580faa8..1d72996 100644 --- a/config/plasma/default.nix +++ b/config/plasma/default.nix @@ -80,6 +80,15 @@ } ]; + powerdevil = { + AC = { + powerProfile = "performance"; + }; + battery = { + powerProfile = "powerSaving"; + }; + }; + panels = [ { location = "bottom"; |
