From e6c63ba73f75b9c64f591b86858e38b2f0e89efe Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Wed, 5 Mar 2025 08:53:38 +0800 Subject: [PATCH] build(nemesis): add dunst --- systems/modules/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systems/modules/hyprland.nix b/systems/modules/hyprland.nix index 2bfc526..e80d800 100644 --- a/systems/modules/hyprland.nix +++ b/systems/modules/hyprland.nix @@ -8,4 +8,7 @@ package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland; portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; }; + environment.systemPackages = with pkgs; [ + dunst + ]; }