summaryrefslogtreecommitdiff
path: root/modules/software/services/libinput.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/software/services/libinput.nix')
-rw-r--r--modules/software/services/libinput.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/software/services/libinput.nix b/modules/software/services/libinput.nix
deleted file mode 100644
index 643f814..0000000
--- a/modules/software/services/libinput.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- services.libinput = {
- enable = true;
-
- mouse = {
- accelProfile = "flat";
- };
-
- touchpad = {
- accelProfile = "flat";
- };
- };
-}