diff --git a/configs/keyboard.nix b/configs/keyboard.nix index 27ad952..bd05ce6 100644 --- a/configs/keyboard.nix +++ b/configs/keyboard.nix @@ -2,8 +2,8 @@ let commaSep = builtins.concatStringsSep ","; in { services.xserver = { - layout = commaSep [ "de" "gr" "ru" ]; - xkbVariant = commaSep [ "T3" "polytonic" "phonetic" ]; + layout = commaSep [ "de" "gr" ]; + xkbVariant = commaSep [ "T3" "polytonic" ]; xkbOptions = commaSep [ "compose:caps" "terminate:ctrl_alt_bksp" "grp:ctrls_toggle" ]; libinput.enable = true;