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