my-nix/faq-guide/mouse-alternative-fix.md

414 B

I have a broken key on my mouse, what options do i have?

A few ideas comes to mind, one would be making a configuration using xmodmap and telling nix to put it in /home//.config/.xmodmap, so that it fixes permanently

home.file.".config/.xmodmap".source = """
""";

Permanent fix (useful if you only use one mouse for now)

Toggleable fix (useful if you get a new mouse temporarily)