mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39: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 = {
|
||||
Unit = {
|
||||
Description = "Redshift colour temperature adjuster";
|
||||
Documentation = "http://jonls.dk/redshift/";
|
||||
After = [ "graphical-session-pre.target" ];
|
||||
PartOf = [ "graphical-session.target" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue