diff --git a/configuration/desktop/power.nix b/configuration/desktop/power.nix index 41f8355..aca3231 100644 --- a/configuration/desktop/power.nix +++ b/configuration/desktop/power.nix @@ -14,7 +14,7 @@ { settings = { "org/gnome/settings-daemon/plugins/power" = { - power-button-action = "nothing"; + power-button-action = "hibernate"; power-saver-profile-on-low-battery = false; sleep-inactive-ac-type = "nothing"; }; @@ -25,7 +25,7 @@ { settings = { "org/gnome/settings-daemon/plugins/power" = { - power-button-action = "nothing"; + power-button-action = "hibernate"; power-saver-profile-on-low-battery = false; sleep-inactive-ac-type = "nothing"; };