1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-29 17:57:28 +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";