home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 8201e90fc0b677790a8624a628b3a297ed0deffb
parent 617e6a9edd3f3f153c87c6840de6fb49800a28a8
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 20 Oct 2020 15:13:30 +0200

users/vincent: do not auto-suspend on AC

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/desktop/dconf.nix | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/users/vincent/desktop/dconf.nix b/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;