GDM: disable autosuspend

This commit is contained in:
Filippo Berto 2024-06-08 14:23:14 +02:00
parent 4018617ccb
commit 537f17dacf
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 2 additions and 2 deletions

View file

@ -191,7 +191,7 @@
xserver = {
enable = true;
desktopManager.gnome.enable = true;
displayManager.gdm.enable = true;
displayManager.gdm = { enable = true; autoSuspend = false; };
# windowManager.bspwm = { enable = true; };
videoDrivers = [ "nvidia" ];
xkb = {