From 793174f97d43a89500cf77b50a5f93009a804ef2 Mon Sep 17 00:00:00 2001 From: installer Date: Wed, 12 Feb 2025 07:15:53 +0100 Subject: [PATCH] =?UTF-8?q?wy=C5=82=C4=85czenie=20akceleracji=20myszki=20i?= =?UTF-8?q?=20touchpada?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/garand-laptop/config/services.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hosts/garand-laptop/config/services.nix b/hosts/garand-laptop/config/services.nix index d344153..dcddcf9 100644 --- a/hosts/garand-laptop/config/services.nix +++ b/hosts/garand-laptop/config/services.nix @@ -45,7 +45,15 @@ in { enable = false; autodetect = true; }; - libinput.enable = true; + libinput = { + enable = true; + mouse = { + accelProfile = "flat"; + }; + touchpad = { + accelProfile = "flat"; + }; + }; fstrim.enable = true; gvfs.enable = true; openssh.enable = true;