From d9d1338e64234e5e2136e4a56afb2867eb288bda Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Mon, 1 Jun 2015 14:14:29 +0200 Subject: [PATCH] Include xbacklight. --- i3.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/i3.nix b/i3.nix index e027d4e..5e015cd 100644 --- a/i3.nix +++ b/i3.nix @@ -18,6 +18,7 @@ arandr xautolock i3lock xdotool + xlibs.xbacklight ] ++ gnome3.corePackages; environment.gnome3.packageSet = pkgs.gnome3_16;