mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
xidlehook: set Restart=always (#6533)
This commit is contained in:
parent
53c587d263
commit
44b86a72e7
1 changed files with 1 additions and 1 deletions
|
|
@ -153,6 +153,6 @@ in {
|
|||
ExecStart = "${script}";
|
||||
};
|
||||
Install.WantedBy = [ "graphical-session.target" ];
|
||||
};
|
||||
} // pkgs.lib.optionalAttrs (!cfg.once) { Restart = "always"; };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue