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 + ]; }