From 969f3f1fd4df618021ae95e22e73b46d68aa2eb3 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 3 Feb 2025 12:52:23 -0500 Subject: [PATCH] hyprland: don't show update news Not needed since we keep track of this already. --- home/hyprland.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/hyprland.nix b/home/hyprland.nix index ec9d5717..d0b92ee5 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -178,6 +178,10 @@ in "center 1,class:^(librewolf|Mullvad Browser)$" ]; + ecosystem = { + no_update_news = true; + }; + misc = { disable_hyprland_logo = true; disable_hyprland_qtutils_check = true;