This commit is contained in:
2024-04-07 18:34:46 +02:00
parent a8df230aa7
commit c560b94ae8
7 changed files with 73 additions and 44 deletions

View File

@@ -0,0 +1,6 @@
{ config, ... }:
{
# Configure console keymap
console.keyMap = "de";
}