fixed bind

This commit is contained in:
Boom-Hacker 2025-11-02 23:42:55 +08:00
parent 05b280fcd6
commit 9cd06b13d0

View file

@ -28,7 +28,7 @@ in {
keyboards = { keyboards = {
# The name is just the name of the configuration file, it does not really matter # The name is just the name of the configuration file, it does not really matter
default = { default = {
ids = [ "*" ]; # what goes into the [id] section, here we select all keyboards ids = [ "k:n:AT Translated Set 2 keyboard" ]; # what goes into the [id] section, here we select all keyboards
# Everything but the ID section: # Everything but the ID section:
settings = { settings = {
# The main layer, if you choose to declare it in Nix # The main layer, if you choose to declare it in Nix