From f3b7a6a33588ad425de02c4b841df19f30733e44 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Mon, 9 Jun 2025 19:43:34 +0000 Subject: reorganize programs, move functions to library, and remove the rest of hyprland (all sway now) --- modules/desktop/system/components/dunst.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/desktop/system/components/dunst.nix') diff --git a/modules/desktop/system/components/dunst.nix b/modules/desktop/system/components/dunst.nix index cb650a1..37fce2b 100644 --- a/modules/desktop/system/components/dunst.nix +++ b/modules/desktop/system/components/dunst.nix @@ -33,6 +33,6 @@ in lib.mkIf cfg.enable { hjem.users."${config.collinux.user.name}" = { files.".config/dunst/dunstrc".source = settings; - packages = [pkgs.dunst]; + packages = [pkgs.dunst pkgs.inotify-tools]; }; } -- cgit v1.3.1