disable xautolock

This commit is contained in:
Motiejus Jakštys 2023-09-20 09:44:05 +03:00
parent 774df4064f
commit b5a947407c
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@
services.screen-locker = {
enable = true;
xautolock.enable = false;
lockCmd = "${pkgs.slock}/bin/slock ${pkgs.xorg.xset}/bin/xset dpms force off";
};
};