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