diff --git a/hosts/xorg.nix b/hosts/xorg.nix index 901f85f..ae5a049 100644 --- a/hosts/xorg.nix +++ b/hosts/xorg.nix @@ -7,21 +7,21 @@ #in { services = { + libinput = { + enable = true; + mouse = { + accelSpeed = "0"; + # accelProfile = "flat"; + }; + touchpad = { + middleEmulation = false; + clickMethod = "buttonareas"; + tapping = true; + naturalScrolling = true; + }; + }; xserver = { enable = true; - libinput = { - enable = true; - mouse = { - accelSpeed = "0"; - # accelProfile = "flat"; - }; - touchpad = { - middleEmulation = false; - clickMethod = "buttonareas"; - tapping = true; - naturalScrolling = true; - }; - }; displayManager = { startx = { enable = true;