mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
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
1 changed files with 2 additions and 0 deletions
|
@ -198,6 +198,8 @@ in {
|
|||
|
||||
Install = { WantedBy = [ "sockets.target" ]; };
|
||||
};
|
||||
|
||||
home.packages = [ cfg.package ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue