diff --git a/flake.lock b/flake.lock index 1ecfb74..5ec033d 100644 --- a/flake.lock +++ b/flake.lock @@ -87,11 +87,11 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1774443741, - "narHash": "sha256-93//BYjZ+5Hs8sqSHDa3TkJIsCgOZ/MayzQA+1y7VCE=", + "lastModified": 1774454479, + "narHash": "sha256-yiT9GLVQXvDVi8tBaY7OJ868fD927U3kHG4m5V7z1aE=", "ref": "refs/heads/main", - "rev": "af9f3e3567db16a885f716fa0b09b6c1bbb527af", - "revCount": 7, + "rev": "8521f1254860bf66cc2c5447682708f1ac1d4a94", + "revCount": 9, "type": "git", "url": "https://gitea.unrail.xyz/thomas/gotta-scroll-fast" }, diff --git a/modules/hosts/nixos.nix b/modules/hosts/nixos.nix index a4a9146..aedca1e 100644 --- a/modules/hosts/nixos.nix +++ b/modules/hosts/nixos.nix @@ -103,6 +103,16 @@ in { hardware.maccel = { enable = true; enableCli = true; + parameters = { + mode = "linear"; + sensMultiplier = 1.0; + yxRatio = 1.0; + inputDpi = 1000.0; + angleRotation = 0.0; + acceleration = 0.3; + offset = 2.0; + outputCap = 2.0; + }; }; hardware.gsf = {