1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-18 12:38:30 +02:00

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.
This commit is contained in:
Naïm Favier 2021-06-05 23:31:50 +02:00 committed by GitHub
parent e4c55ed4e6
commit dba802c1d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";