Merge pull request #33215 from NixOS/yegortimoshenko-patch-1

libinput: disableWhileTyping = false by default

authored by Yegor Timoshenko and committed by GitHub 122720ff b1a2e1ca

+1 -1
+1 -1
nixos/modules/services/x11/hardware/libinput.nix
··· 170 170 171 171 disableWhileTyping = mkOption { 172 172 type = types.bool; 173 - default = true; 173 + default = false; 174 174 description = 175 175 '' 176 176 Disable input method while typing.