chore(hypr): disable ecosystem settings

This commit is contained in:
matt1432 2025-01-28 16:51:09 -05:00
parent 2ad08f4468
commit ffb33723e9
2 changed files with 6 additions and 1 deletions
modules/desktop
environment
manager/hyprland

View file

@ -202,6 +202,11 @@ in {
vfr = true;
};
ecosystem = {
no_update_news = true;
no_donation_nag = true;
};
dwindle = {
smart_split = true;
special_scale_factor = 0.8;

View file

@ -34,7 +34,7 @@ in {
package = cfgHypr.finalPackage;
settings = {
inherit (cfgHypr.settings) cursor device input misc monitor;
inherit (cfgHypr.settings) cursor device ecosystem input misc monitor;
envd = optionals (config.nvidia.enable) [
"LIBVA_DRIVER_NAME, nvidia"