mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
disable gdm.autoSuspend
This commit is contained in:
parent
217e63bbf7
commit
93f90eb737
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
enable = true;
|
||||
libinput.enable = true;
|
||||
displayManager.gdm.enable = true;
|
||||
displayManager.gdm.autoSuspend = false;
|
||||
desktopManager.gnome3.enable = true;
|
||||
desktopManager.xterm.enable = false;
|
||||
displayManager.sessionCommands = ''
|
||||
|
|
Loading…
Reference in a new issue