1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-28 17:38:33 +02:00

dunst: install man pages

This commit is contained in:
Robert Helgesson 2020-03-22 21:08:45 +01:00
parent f080f29292
commit 19dd9866da
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -89,6 +89,8 @@ in {
config = mkIf cfg.enable (mkMerge [
{
home.packages = [ (getOutput "man" pkgs.dunst) ];
xdg.dataFile."dbus-1/services/org.knopwob.dunst.service".source =
"${pkgs.dunst}/share/dbus-1/services/org.knopwob.dunst.service";