mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
redshift: add systemd unit documentation field
This commit is contained in:
parent
3d634914ce
commit
c137866bd7
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ in {
|
||||||
systemd.user.services.redshift = {
|
systemd.user.services.redshift = {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "Redshift colour temperature adjuster";
|
Description = "Redshift colour temperature adjuster";
|
||||||
|
Documentation = "http://jonls.dk/redshift/";
|
||||||
After = [ "graphical-session-pre.target" ];
|
After = [ "graphical-session-pre.target" ];
|
||||||
PartOf = [ "graphical-session.target" ];
|
PartOf = [ "graphical-session.target" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue