1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 20:43:34 +02:00

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
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

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 = {