update depricated params

This commit is contained in:
2024-08-03 17:00:24 +05:30
parent 8a0f6938c7
commit a71bf5425e
4 changed files with 6 additions and 6 deletions

View File

@ -57,7 +57,7 @@
hardware = {
bluetooth.enable = true;
bluetooth.powerOnBoot = true;
opengl.driSupport32Bit = true;
graphics.enable32Bit = true;
};
security = {
@ -129,9 +129,10 @@
layout = "in";
variant = "eng";
};
libinput.touchpad.naturalScrolling = true;
};
libinput.touchpad.naturalScrolling = true;
# To use Auto-cpufreq we need to
# disable TLP because it's enabled by nixos-hardware
tlp.enable = false;

View File

@ -18,7 +18,7 @@
};
qt.enable = true;
qt.platformTheme = "gtk";
qt.platformTheme.name = "gtk";
qt.style.name = "adwaita-dark";
qt.style.package = pkgs.adwaita-qt;