diff --git a/nix/home.nix b/nix/home.nix index 191de59..2ecf3af 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -90,6 +90,14 @@ in }; }; + services.screen-locker = { + enable = true; + + lockCmd = "/usr/bin/i3lock -c 000000"; + + inactiveInterval = 5; + }; + # Let Home Manager install and manage itself. programs.home-manager.enable = true;