diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/myrtle/configuration.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/myrtle/configuration.nix b/hosts/myrtle/configuration.nix index c86efd4..db70416 100644 --- a/hosts/myrtle/configuration.nix +++ b/hosts/myrtle/configuration.nix | |||
@@ -116,11 +116,10 @@ | |||
116 | supergfxd.enable = true; | 116 | supergfxd.enable = true; |
117 | 117 | ||
118 | logind.extraConfig = '' | 118 | logind.extraConfig = '' |
119 | HandlePowerKey=suspend-then-hibernate | 119 | HandlePowerKey=suspend |
120 | HandlePowerKeyLongPress=poweroff | 120 | HandlePowerKeyLongPress=poweroff |
121 | ''; | 121 | ''; |
122 | 122 | ||
123 | auto-cpufreq.enable = true; | ||
124 | batteryNotifier = { | 123 | batteryNotifier = { |
125 | enable = true; | 124 | enable = true; |
126 | notifyCapacity = 20; | 125 | notifyCapacity = 20; |