hosts/xorg: get rid of rename warning

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-05-27 20:01:02 +05:30
parent 15f03999d3
commit 29acfc513e

View File

@@ -7,21 +7,21 @@
#in #in
{ {
services = { services = {
libinput = {
enable = true;
mouse = {
accelSpeed = "0";
# accelProfile = "flat";
};
touchpad = {
middleEmulation = false;
clickMethod = "buttonareas";
tapping = true;
naturalScrolling = true;
};
};
xserver = { xserver = {
enable = true; enable = true;
libinput = {
enable = true;
mouse = {
accelSpeed = "0";
# accelProfile = "flat";
};
touchpad = {
middleEmulation = false;
clickMethod = "buttonareas";
tapping = true;
naturalScrolling = true;
};
};
displayManager = { displayManager = {
startx = { startx = {
enable = true; enable = true;