03b0e9e
1 2 3 4 5 6 7 8 9 10 11
{ pkgs, config, ... }: { services.swayidle = { enable = true; timeouts = [{ timeout = 300; command = "${pkgs.swaylock}/bin/swaylock -fF -c 1D2021"; }]; }; }