1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(keyboard): add docs

This commit is contained in:
2022-04-25 11:52:27 +02:00
parent 0feebd18cd
commit 2b7db496b0

View File

@@ -8,6 +8,8 @@ in {
# man 7 xkeyboard-config
services.xserver = {
layout = commaSep ["de" "gr" "ru" "ara"];
# T3: https://upload.wikimedia.org/wikipedia/commons/a/a9/German-Keyboard-Layout-T3-Version1-large.png
# buckwalter: http://www.qamus.org/transliteration.htm
xkbVariant = commaSep ["T3" "polytonic" "phonetic" "buckwalter"];
xkbOptions =
commaSep ["compose:caps" "terminate:ctrl_alt_bksp" "grp:ctrls_toggle"];