diff options
Diffstat (limited to 'gui/xmonad.nix')
-rw-r--r-- | gui/xmonad.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/xmonad.nix b/gui/xmonad.nix index d0bd1f9..5251bd0 100644 --- a/gui/xmonad.nix +++ b/gui/xmonad.nix @@ -28,6 +28,7 @@ }; home.packages = with pkgs; [ + xdotool # lockscreen i3lock ]; |