Adding redshift; it changes the color temperature of your screen gradually to match the lighting conditions

svn path=/nixpkgs/trunk/; revision=25686
This commit is contained in:
Cillian de Roiste
2011-01-24 23:52:22 +00:00
parent e201d01ed0
commit ce45e043e4
2 changed files with 35 additions and 2 deletions

View File

@@ -7162,9 +7162,14 @@ let
pkgs_for_46.newScope pkgs_for_46.kde46;
};
redshift = callPackage ../applications/misc/redshift {
inherit (xorg) libX11 libXrandr libxcb randrproto libXxf86vm
xf86vidmodeproto;
};
oxygen_gtk = callPackage ../misc/themes/gtk2/oxygen-gtk {
inherit (gtkLibs) glib gtk;
};
inherit (gtkLibs) glib gtk;
};
xfce = xfce4;