It turns out that all other methods I have tried overrides disabling the touchpad while typing. Only interception-tools seems to work.
4 lines
116 B
Bash
Executable File
4 lines
116 B
Bash
Executable File
#!/usr/bin/env bash
|
|
sudo nixos-rebuild switch --impure --flake ".#"
|
|
# sudo nixos-rebuild boot --impure --flake ".#"
|