mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
fix(keyboard): remove russian
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
let inherit (import <niveum/lib> { inherit lib; }) commaSep;
|
let inherit (import <niveum/lib> { inherit lib; }) commaSep;
|
||||||
in {
|
in {
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
layout = commaSep [ "de" "gr" "ru" ];
|
layout = commaSep [ "de" "gr" ];
|
||||||
xkbVariant = commaSep [ "T3" "polytonic" "phonetic_winkeys" ];
|
xkbVariant = commaSep [ "T3" "polytonic" ];
|
||||||
xkbOptions = commaSep [ "compose:caps" "terminate:ctrl_alt_bksp" "grp:ctrls_toggle" ];
|
xkbOptions = commaSep [ "compose:caps" "terminate:ctrl_alt_bksp" "grp:ctrls_toggle" ];
|
||||||
libinput.enable = true;
|
libinput.enable = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user