mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 03:56:09 +01:00
parent
9cd06b13d0
commit
6c870034bf
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ in {
|
|||
keyboards = {
|
||||
# The name is just the name of the configuration file, it does not really matter
|
||||
default = {
|
||||
ids = [ "k:n:AT Translated Set 2 keyboard" ]; # what goes into the [id] section, here we select all keyboards
|
||||
ids = [ "*" ]; # what goes into the [id] section, here we select all keyboards
|
||||
# Everything but the ID section:
|
||||
settings = {
|
||||
# The main layer, if you choose to declare it in Nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue