From d11803d7b4ee0f063861b063ac6b788b89756b59 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sun, 22 Mar 2020 21:13:05 +0100 Subject: [PATCH] syncthing: install man pages to user profile --- modules/services/syncthing.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/services/syncthing.nix b/modules/services/syncthing.nix index 2ef105401..4622ac2e9 100644 --- a/modules/services/syncthing.nix +++ b/modules/services/syncthing.nix @@ -19,6 +19,8 @@ with lib; config = mkMerge [ (mkIf config.services.syncthing.enable { + home.packages = [ (getOutput "man" pkgs.syncthing) ]; + systemd.user.services = { syncthing = { Unit = {