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 ]; };