mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 16:16:21 +01:00
fixed bind
This commit is contained in:
parent
05b280fcd6
commit
9cd06b13d0
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue