mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 21:36:34 +05:30
update depricated params
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user