diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-09-29 15:08:29 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-09-29 15:08:29 +0200 |
commit | 134ffd95280fac23e7cbee59f7ca5c848aa12e1b (patch) | |
tree | e2dfb3c9e59ac8a146f4c513471978c83678a3e8 /systems | |
parent | 2b6d6ac990081b0c55e151a16ede84b8db8239a8 (diff) |
refactor(akashi): temporarily hardcode keyboard-layout
Diffstat (limited to 'systems')
-rw-r--r-- | systems/akashi.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/akashi.scm b/systems/akashi.scm index 4d680b6..a941521 100644 --- a/systems/akashi.scm +++ b/systems/akashi.scm @@ -43,7 +43,7 @@ (inherit (suweren-operating-system)) (kernel linux-libre) (bootloader (bootloader-configuration* "pl")) - (keyboard-layout keyboard-layout) + (keyboard-layout "pl") (initrd initrd*) (firmware firmware*) (host-name host-name*) |