Oneechan69

Results 52 comments of Oneechan69

The `use {` at the top of the code block instead of just `{`.

I had this issue with NixOS and the quirks workaround work for me by adding the following to configuration.nix: ```nix environment.etc."libinput/local-overrides.quirks".text = pkgs.lib.mkForce '' [Serial Keyboards] MatchUdevType=keyboard MatchName=keyd virtual keyboard...