aboutsummaryrefslogtreecommitdiff
path: root/gui/xmonad.nix
diff options
context:
space:
mode:
Diffstat (limited to 'gui/xmonad.nix')
-rw-r--r--gui/xmonad.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/gui/xmonad.nix b/gui/xmonad.nix
index 31f5832..231240f 100644
--- a/gui/xmonad.nix
+++ b/gui/xmonad.nix
@@ -23,9 +23,11 @@
};
};
- home.packages = [
+ home.packages = with pkgs; [
# lockscreen
- pkgs.i3lock
+ i3lock
+ # screenshooter
+ xfce4-12.xfce4-screenshooter
];
services.screen-locker = {