From af028a3867a060815a51ce21378bf9dd7ece6895 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Thu, 28 May 2015 13:58:10 +0200 Subject: [PATCH] Add screen lockers for i3. --- i3.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/i3.nix b/i3.nix index a2a1d4d..c76016a 100644 --- a/i3.nix +++ b/i3.nix @@ -16,6 +16,7 @@ colord evince arandr + xautolock i3lock ] ++ gnome3.corePackages; environment.gnome3.packageSet = pkgs.gnome3_16;