3
0
Fork 0
forked from mirrors/nixpkgs

installation-cd: prevent gnome from sleeping

This commit is contained in:
Victor Fuentes 2022-06-05 13:24:33 -07:00
parent 4b863a0256
commit 54fcba5b3b
No known key found for this signature in database
GPG key ID: 0A88B68D6A9ACAE0

View file

@ -18,7 +18,8 @@
extraGSettingsOverrides = ''
[org.gnome.shell]
welcome-dialog-last-shown-version='9999999999'
[org.gnome.desktop.session]
idle-delay=0
[org.gnome.settings-daemon.plugins.power]
sleep-inactive-ac-type='nothing'
sleep-inactive-battery-type='nothing'