about summary refs log tree commit diff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-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";