Switch to unstable + xidlehook

This commit is contained in:
Filippo Berto 2021-07-23 15:35:10 +02:00
parent b3688ae574
commit 82530df76e
12 changed files with 53 additions and 59 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, ... }:
{
services.screen-locker = {
enable = true;
enable = false;
lockCmd = "${pkgs.lockscreen}";
inactiveInterval = 10; # miutes
};