From eee782c313340476fbc2ff243206e519a8a50b54 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Thu, 28 May 2015 14:00:06 +0200 Subject: [PATCH] xdotool for rofipass.sh --- i3.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/i3.nix b/i3.nix index c76016a..e027d4e 100644 --- a/i3.nix +++ b/i3.nix @@ -17,6 +17,7 @@ evince arandr xautolock i3lock + xdotool ] ++ gnome3.corePackages; environment.gnome3.packageSet = pkgs.gnome3_16;