dotfiles/hosts/common/optional/x11-no-suspend.nix
2023-09-29 09:16:09 -05:00

7 lines
136 B
Nix

{
services.xserver.serverFlagsSection = ''
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
'';
}