diff --git a/home/system/hyprland/default.nix b/home/system/hyprland/default.nix index a514b19..0479cfe 100644 --- a/home/system/hyprland/default.nix +++ b/home/system/hyprland/default.nix @@ -175,6 +175,10 @@ in { clickfinger_behavior = true; }; }; + + ecosystem = { + no_update_news = true; + }; }; }; }