From e55e55ddbfe378bec2c51f389c0a47f4d829f09d Mon Sep 17 00:00:00 2001 From: tux Date: Wed, 8 Oct 2025 04:03:22 +0530 Subject: [PATCH] feat(input): configure mouse acceleration profile --- hosts/canopus/default.nix | 1 + hosts/isoImage/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/canopus/default.nix b/hosts/canopus/default.nix index a0f1ec8..7f1ee6e 100755 --- a/hosts/canopus/default.nix +++ b/hosts/canopus/default.nix @@ -244,6 +244,7 @@ }; libinput.touchpad.naturalScrolling = true; + libinput.mouse.accelProfile = "flat"; # To use Auto-cpufreq we need to # disable TLP because it's enabled by nixos-hardware diff --git a/hosts/isoImage/default.nix b/hosts/isoImage/default.nix index 9d26cf9..7423c96 100644 --- a/hosts/isoImage/default.nix +++ b/hosts/isoImage/default.nix @@ -65,6 +65,7 @@ }; libinput.touchpad.naturalScrolling = true; + libinput.mouse.accelProfile = "flat"; blueman.enable = true;