mpd: add package to home path (#3303)

It's always useful to have the man pages available.
This commit is contained in:
Naïm Favier
2022-10-05 17:22:12 +02:00
committed by GitHub
parent e4e639dd4d
commit 1a8e35d2e5

View File

@@ -198,6 +198,8 @@ in {
Install = { WantedBy = [ "sockets.target" ]; };
};
home.packages = [ cfg.package ];
};
}