diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 781817d..04d1e21 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -293,6 +293,10 @@ workspace_swipe = true; workspace_swipe_direction_lock = false; }; + ecosystem = { + no_update_news = true; + no_donation_nag = true; + }; }; }; }