From c257089fbf707f384637e587b972e1654a9beda8 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig <zynh0722@gmail.com> Date: Tue, 18 Mar 2025 22:23:49 -0700 Subject: [PATCH] snowhawk: no middleEmulation --- hosts/snowhawk/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix index 1e2c664..aae8253 100644 --- a/hosts/snowhawk/configuration.nix +++ b/hosts/snowhawk/configuration.nix @@ -75,6 +75,8 @@ # } // nvkConfig; }; + services.libinput.mouse.middleEmulation = false; + snowhawk = { filesystem.enable = true; polkit.enable = true;