about summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2013-08-14 17:23:39 +0200
committeraszlig <aszlig@redmoonstudios.org>2013-08-14 17:23:39 +0200
commitee2d6648335f6e1b9889fb72d1a9b680881032e5 (patch)
treeab8fd0b073bb53e316d96c42407132ce868cf63c
parentd936fd073a721fa528516622f831b5a6e02cf5a7 (diff)
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 <aszlig@redmoonstudios.org>
-rw-r--r--common.nix4
1 files changed, 4 insertions, 0 deletions
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";