mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 21:19:45 +01:00
dunst: install man pages
This commit is contained in:
parent
f080f29292
commit
19dd9866da
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue