From ee2d6648335f6e1b9889fb72d1a9b680881032e5 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 14 Aug 2013 17:23:39 +0200 Subject: common: Add redshift to X session. After trying it for some time, I just decided it to be the default from now on, let the world turn RED :-) Signed-off-by: aszlig --- common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common.nix b/common.nix index c1161069..d5713b5d 100644 --- a/common.nix +++ b/common.nix @@ -103,6 +103,10 @@ driSupport32Bit = true; + displayManager.sessionCommands = '' + ${pkgs.redshift}/bin/redshift -l 48.428404:10.866007 & + ''; + windowManager = { i3.enable = true; default = "i3"; -- cgit 1.4.1