initial test config
This commit is contained in:
parent
b5d6ec3bbe
commit
cbbe1e1a59
13 changed files with 653 additions and 0 deletions
7
nixos/roles/keyboard.nix
Normal file
7
nixos/roles/keyboard.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
services.xserver = {
|
||||
xkb.layout = "de";
|
||||
xkb.variant = "neo";
|
||||
};
|
||||
console.useXkbConfig = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue