From d27ab2406fbf68968681196c2466d679bd014ce3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 10 Nov 2024 01:02:08 -0800 Subject: desktop: move services out of software --- modules/desktop/software/services/libinput.nix | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 modules/desktop/software/services/libinput.nix (limited to 'modules/desktop/software/services/libinput.nix') diff --git a/modules/desktop/software/services/libinput.nix b/modules/desktop/software/services/libinput.nix deleted file mode 100644 index c95b993..0000000 --- a/modules/desktop/software/services/libinput.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ - services.libinput = { - mouse.accelProfile = "flat"; - touchpad.accelProfile = "flat"; - }; -} -- cgit v1.2.3