From ffd6c84c25dc66d60d899c96b9b2332efe79403d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Sat, 5 Jun 2021 23:31:50 +0200 Subject: [PATCH] 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 dba802c1d958c49e74f865e00473db9ad6e1b268) --- modules/services/dunst.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/dunst.nix b/modules/services/dunst.nix index 34e48cc1..f8d29ebf 100644 --- a/modules/services/dunst.nix +++ b/modules/services/dunst.nix @@ -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";