mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +01:00
feat(keyboard): add arabic and russian
This commit is contained in:
@@ -5,9 +5,10 @@
|
|||||||
}: let
|
}: let
|
||||||
commaSep = builtins.concatStringsSep ",";
|
commaSep = builtins.concatStringsSep ",";
|
||||||
in {
|
in {
|
||||||
|
# man 7 xkeyboard-config
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
layout = commaSep ["de" "gr"];
|
layout = commaSep ["de" "gr" "ru" "ara"];
|
||||||
xkbVariant = commaSep ["T3" "polytonic"];
|
xkbVariant = commaSep ["T3" "polytonic" "phonetic" "buckwalter"];
|
||||||
xkbOptions =
|
xkbOptions =
|
||||||
commaSep ["compose:caps" "terminate:ctrl_alt_bksp" "grp:ctrls_toggle"];
|
commaSep ["compose:caps" "terminate:ctrl_alt_bksp" "grp:ctrls_toggle"];
|
||||||
libinput.enable = true;
|
libinput.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user