Commit 8201e90fc0b6

Vincent Demeester <vincent@sbr.pm>
2020-10-20 15:13:30
users/vincent: do not auto-suspend on AC
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 617e6a9
Changed files (1)
users
vincent
desktop
users/vincent/desktop/dconf.nix
@@ -50,6 +50,9 @@ in
       night-light-enabled = true;
       night-light-last-coordinates = (mkTuple [ 48.844400719942406 2.3488000000000002 ]);
     };
+    "org/gnome/settings-daemon/plugins/power" = {
+      sleep-inactive-ac-type = "nothing";
+    };
     # Tilix
     "com/gexperts/Tilix" = {
       "control-scoll-zoom" = true;