3
0
Fork 0
forked from mirrors/nixpkgs

redshift: respect xserver.display variable

This commit is contained in:
Anders Papitto 2016-07-05 19:18:00 -07:00
parent 874df3fe70
commit 54fa0cfe4e

View file

@ -108,7 +108,7 @@ in {
RestartSec = 3;
Restart = "always";
};
environment = { DISPLAY = ":0"; };
environment = { DISPLAY = ":${toString config.services.xserver.display}"; };
};
};