diff options
Diffstat (limited to 'modules/desktop/software/services/libinput.nix')
| -rw-r--r-- | modules/desktop/software/services/libinput.nix | 6 |
1 files changed, 0 insertions, 6 deletions
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"; - }; -} |