parent
2ad08f4468
commit
ffb33723e9
2 changed files with 6 additions and 1 deletions
modules/desktop
|
@ -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…
Add table
Add a link
Reference in a new issue