From 65b564ba723d16b60dd7cd6abf4520f775035d27 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 25 Jan 2019 21:52:46 +0100 Subject: Replace xfce4-screenshooter with flameshot --- gui/xmonad.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/xmonad.nix') 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; } -- cgit v1.2.3