1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 08:28:30 +02:00

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

View File

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