1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 00:18:30 +02:00

redshift: add systemd unit documentation field

This commit is contained in:
Robert Helgesson 2021-01-23 18:26:25 +01:00
parent 3d634914ce
commit c137866bd7
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -132,6 +132,7 @@ in {
systemd.user.services.redshift = {
Unit = {
Description = "Redshift colour temperature adjuster";
Documentation = "http://jonls.dk/redshift/";
After = [ "graphical-session-pre.target" ];
PartOf = [ "graphical-session.target" ];
};