From 29acfc513e8d319e1d162b8244c70852c57714dc Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Mon, 27 May 2024 20:01:02 +0530 Subject: [PATCH] hosts/xorg: get rid of rename warning Signed-off-by: Amneesh Singh --- hosts/xorg.nix | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) 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;