chore(hypr): disable ecosystem settings
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
2ad08f4468
commit
ffb33723e9
2 changed files with 6 additions and 1 deletions
|
@ -202,6 +202,11 @@ in {
|
||||||
vfr = true;
|
vfr = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ecosystem = {
|
||||||
|
no_update_news = true;
|
||||||
|
no_donation_nag = true;
|
||||||
|
};
|
||||||
|
|
||||||
dwindle = {
|
dwindle = {
|
||||||
smart_split = true;
|
smart_split = true;
|
||||||
special_scale_factor = 0.8;
|
special_scale_factor = 0.8;
|
||||||
|
|
|
@ -34,7 +34,7 @@ in {
|
||||||
package = cfgHypr.finalPackage;
|
package = cfgHypr.finalPackage;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
inherit (cfgHypr.settings) cursor device input misc monitor;
|
inherit (cfgHypr.settings) cursor device ecosystem input misc monitor;
|
||||||
|
|
||||||
envd = optionals (config.nvidia.enable) [
|
envd = optionals (config.nvidia.enable) [
|
||||||
"LIBVA_DRIVER_NAME, nvidia"
|
"LIBVA_DRIVER_NAME, nvidia"
|
||||||
|
|
Loading…
Reference in a new issue