syncthing: install man pages to user profile

This commit is contained in:
Robert Helgesson 2020-03-22 21:13:05 +01:00
parent 19dd9866da
commit d11803d7b4
Failed to generate hash of commit

View file

@ -19,6 +19,8 @@ with lib;
config = mkMerge [
(mkIf config.services.syncthing.enable {
home.packages = [ (getOutput "man" pkgs.syncthing) ];
systemd.user.services = {
syncthing = {
Unit = {