From 08d4be5b51bb595e55555cc93c47f7adc77ed1c3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 22 Sep 2024 15:15:46 -0700 Subject: core: move harware and software to desktop --- modules/core/software/services/libinput.nix | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 modules/core/software/services/libinput.nix (limited to 'modules/core/software/services/libinput.nix') diff --git a/modules/core/software/services/libinput.nix b/modules/core/software/services/libinput.nix deleted file mode 100644 index 643f814..0000000 --- a/modules/core/software/services/libinput.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ - services.libinput = { - enable = true; - - mouse = { - accelProfile = "flat"; - }; - - touchpad = { - accelProfile = "flat"; - }; - }; -} -- cgit v1.2.3