From 6ad6067710cadc981da6e8ff27063ae60f5418e8 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 5 Aug 2023 00:07:44 +0300 Subject: [PATCH] add libnotify --- modules/desktop/dunst/default.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; }; }