From 088f16bd40cf72facbf2ff755542c4a784f7635d Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 16 Oct 2017 13:48:12 +0200 Subject: [PATCH] feat: Install xfce4-screenshooter --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 4ec4f47ae..06d63d05f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -70,7 +70,7 @@ in { packages = with pkgs; [ jetbrains.idea-community pavucontrol spotify xclip tdesktop rofi rofi-pass alacritty i3lock unstable.firefox-beta-bin fd - tig kubernetes + tig kubernetes xfce.xfce4-screenshooter ]; };