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 = {
|
hardware = {
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
bluetooth.powerOnBoot = true;
|
bluetooth.powerOnBoot = true;
|
||||||
opengl.driSupport32Bit = true;
|
graphics.enable32Bit = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
security = {
|
security = {
|
||||||
@ -129,9 +129,10 @@
|
|||||||
layout = "in";
|
layout = "in";
|
||||||
variant = "eng";
|
variant = "eng";
|
||||||
};
|
};
|
||||||
libinput.touchpad.naturalScrolling = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
libinput.touchpad.naturalScrolling = true;
|
||||||
|
|
||||||
# To use Auto-cpufreq we need to
|
# To use Auto-cpufreq we need to
|
||||||
# disable TLP because it's enabled by nixos-hardware
|
# disable TLP because it's enabled by nixos-hardware
|
||||||
tlp.enable = false;
|
tlp.enable = false;
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
qt.enable = true;
|
qt.enable = true;
|
||||||
qt.platformTheme = "gtk";
|
qt.platformTheme.name = "gtk";
|
||||||
qt.style.name = "adwaita-dark";
|
qt.style.name = "adwaita-dark";
|
||||||
qt.style.package = pkgs.adwaita-qt;
|
qt.style.package = pkgs.adwaita-qt;
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
ls = "lsd";
|
ls = "lsd";
|
||||||
};
|
};
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
enableAutosuggestions = true;
|
autosuggestion.enable = true;
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
nitch
|
nitch
|
||||||
export WINIT_X11_SCALE_FACTOR=1
|
export WINIT_X11_SCALE_FACTOR=1
|
||||||
@ -44,7 +44,6 @@
|
|||||||
bore-cli
|
bore-cli
|
||||||
fast-cli
|
fast-cli
|
||||||
gdu
|
gdu
|
||||||
nvtop
|
|
||||||
zip
|
zip
|
||||||
unzip
|
unzip
|
||||||
pciutils
|
pciutils
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.opengl.driSupport32Bit = true;
|
hardware.graphics.enable32Bit = true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user