From 7cd8e7e6dff59f5fa376714bf52b15a61d59c640 Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Sun, 13 Jul 2025 16:38:56 +0200 Subject: [PATCH] Disable update news and donation nag --- modules/home/hyprland/config.nix | 4 ++++ 1 file changed, 4 insertions(+) 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; + }; }; }; }