mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-20 17:29:39 +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}";
|
ExecStart = "${script}";
|
||||||
};
|
};
|
||||||
Install.WantedBy = [ "graphical-session.target" ];
|
Install.WantedBy = [ "graphical-session.target" ];
|
||||||
};
|
} // pkgs.lib.optionalAttrs (!cfg.once) { Restart = "always"; };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue