Add typo xkb option

This commit is contained in:
Alexander Bantyev 2020-10-27 21:47:45 +03:00
parent b211e7a84b
commit c454031d3e
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View File

@ -70,11 +70,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1602535872, "lastModified": 1603662906,
"narHash": "sha256-5dnSqYNzwuL2tiQfSFCbX97Hfl4Lf6q4nghQBwm9pD8=", "narHash": "sha256-d9Ww4Fa9WB00JLaqXN/cp41rVxF/MXGr3SbhMY5f11k=",
"owner": "rycee", "owner": "rycee",
"repo": "home-manager", "repo": "home-manager",
"rev": "e7d5531cfa770afc591f8dc5542eb4fba9962885", "rev": "28eb093a1e6999d52e60811008b4bfc7e20cc591",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -169,11 +169,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1603028662, "lastModified": 1603819826,
"narHash": "sha256-W/rkYyxnl1DpsI2yYTF7nDrhnkkxXQu3CUgvegERsJA=", "narHash": "sha256-isIi2447rr2e6v6TaGMFtHp12xasYBR5JdX1dXj8E5w=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2831f7f51cc4de71e3ea897231516ce85470100e", "rev": "0ead6f8cfd461c3a366c8bc9893037afd89f798d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -4,7 +4,7 @@
environment.sessionVariables = { environment.sessionVariables = {
XKB_DEFAULT_LAYOUT = "us,ru"; XKB_DEFAULT_LAYOUT = "us,ru";
XKB_DEFAULT_OPTIONS = "grp:lctrl_toggle,grp_led:caps,ctrl:nocaps"; XKB_DEFAULT_OPTIONS = "grp:lctrl_toggle,grp_led:caps,ctrl:nocaps,misc:typo,lv3:ralt_switch";
LANG = lib.mkForce "en_GB.UTF-8"; LANG = lib.mkForce "en_GB.UTF-8";
}; };