mpd: add package to home path (#3303)
It's always useful to have the man pages available.
This commit is contained in:
parent
e4e639dd4d
commit
1a8e35d2e5
|
@ -198,6 +198,8 @@ in {
|
|||
|
||||
Install = { WantedBy = [ "sockets.target" ]; };
|
||||
};
|
||||
|
||||
home.packages = [ cfg.package ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue