feat: no hyprland update popup, fuck that

This commit is contained in:
etwas 2025-02-25 16:25:41 +01:00
parent 7825c4add2
commit 7797ae8b84
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -47,6 +47,10 @@
layout = "dwindle"; layout = "dwindle";
}; };
ecosystem = {
no_update_news = true;
};
debug = { debug = {
disable_logs = false; disable_logs = false;
}; };
@ -219,7 +223,7 @@
]; ];
}; };
plugins = with pkgs; [ plugins = with pkgs; [
hyprlandPlugins.hypr-dynamic-cursors #hyprlandPlugins.hypr-dynamic-cursors
]; ];
}; };