From 7797ae8b84357b324b80669db8b9e601fa6f0f4b Mon Sep 17 00:00:00 2001 From: etwas Date: Tue, 25 Feb 2025 16:25:41 +0100 Subject: [PATCH] feat: no hyprland update popup, fuck that --- home/wm/window-managers.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/home/wm/window-managers.nix b/home/wm/window-managers.nix index 10935a0..7df3607 100644 --- a/home/wm/window-managers.nix +++ b/home/wm/window-managers.nix @@ -47,6 +47,10 @@ layout = "dwindle"; }; + ecosystem = { + no_update_news = true; + }; + debug = { disable_logs = false; }; @@ -219,7 +223,7 @@ ]; }; plugins = with pkgs; [ - hyprlandPlugins.hypr-dynamic-cursors + #hyprlandPlugins.hypr-dynamic-cursors ]; };