diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-16 16:53:48 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-16 16:53:48 +0530 |
| commit | 2fadae7c55d8c96727c2a7d906790facf3a37cd9 (patch) | |
| tree | 674dafac7b8ed90ddb718038bcf6c48e9fe9e2aa | |
| parent | 4cfe27a64f0b7eb4d5dae8bc861656a759330242 (diff) | |
update
| -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"; |
