diff --git a/modules/desktop/dunst/default.nix b/modules/desktop/dunst/default.nix index 4b0103f0..a44b10ec 100644 --- a/modules/desktop/dunst/default.nix +++ b/modules/desktop/dunst/default.nix @@ -11,6 +11,7 @@ in config = mkIf cfg.enable { environment.systemPackages = with pkgs; [ dunst + libnotify ]; }; }