aboutsummaryrefslogtreecommitdiff
path: root/gui/xmonad.nix
diff options
context:
space:
mode:
Diffstat (limited to 'gui/xmonad.nix')
-rw-r--r--gui/xmonad.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/xmonad.nix b/gui/xmonad.nix
index 581dff7..3686cd0 100644
--- a/gui/xmonad.nix
+++ b/gui/xmonad.nix
@@ -26,12 +26,12 @@
home.packages = with pkgs; [
# lockscreen
i3lock
- # screenshooter
- xfce4-12.xfce4-screenshooter
];
services.screen-locker = {
enable = true;
lockCmd = "${pkgs.i3lock}/bin/i3lock -n -c 000000";
};
+
+ services.flameshot.enable = true;
}