dunst: add the whole package to home.packages (#2079)

The `dunst` package provides the `dunstctl` and `dunstify` command-line utilities which are useful to have.

(cherry picked from commit dba802c1d9)
This commit is contained in:
Naïm Favier 2021-06-05 23:31:50 +02:00 committed by Robert Helgesson
parent d40f84a340
commit ffd6c84c25
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

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