Merge pull request #437 from manuth/screensaver

Disable Screensaver
This commit is contained in:
drduh 2024-05-05 19:03:25 +00:00 committed by GitHub
commit 999454bb05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -78,7 +78,10 @@
# Comment out to run in a console for a smaller iso and less RAM.
xserver = {
enable = true;
desktopManager.xfce.enable = true;
desktopManager.xfce = {
enable = true;
enableScreensaver = false;
};
displayManager = {
lightdm.enable = true;
autoLogin = {