mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
redshift: add systemd unit documentation field
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user