mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 15:14:26 +00:00
syncthing: install man pages to user profile
This commit is contained in:
parent
19dd9866da
commit
d11803d7b4
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ with lib;
|
|||
|
||||
config = mkMerge [
|
||||
(mkIf config.services.syncthing.enable {
|
||||
home.packages = [ (getOutput "man" pkgs.syncthing) ];
|
||||
|
||||
systemd.user.services = {
|
||||
syncthing = {
|
||||
Unit = {
|
||||
|
|
Loading…
Reference in a new issue