From c454031d3ec79453d97edb184184602c2f0da1fd Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Tue, 27 Oct 2020 21:47:45 +0300 Subject: [PATCH] Add typo xkb option --- flake.lock | 12 ++++++------ modules/workspace/locale.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index f9c8ec0..039ec43 100644 --- a/flake.lock +++ b/flake.lock @@ -70,11 +70,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1602535872, - "narHash": "sha256-5dnSqYNzwuL2tiQfSFCbX97Hfl4Lf6q4nghQBwm9pD8=", + "lastModified": 1603662906, + "narHash": "sha256-d9Ww4Fa9WB00JLaqXN/cp41rVxF/MXGr3SbhMY5f11k=", "owner": "rycee", "repo": "home-manager", - "rev": "e7d5531cfa770afc591f8dc5542eb4fba9962885", + "rev": "28eb093a1e6999d52e60811008b4bfc7e20cc591", "type": "github" }, "original": { @@ -169,11 +169,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1603028662, - "narHash": "sha256-W/rkYyxnl1DpsI2yYTF7nDrhnkkxXQu3CUgvegERsJA=", + "lastModified": 1603819826, + "narHash": "sha256-isIi2447rr2e6v6TaGMFtHp12xasYBR5JdX1dXj8E5w=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "2831f7f51cc4de71e3ea897231516ce85470100e", + "rev": "0ead6f8cfd461c3a366c8bc9893037afd89f798d", "type": "github" }, "original": { diff --git a/modules/workspace/locale.nix b/modules/workspace/locale.nix index e805e50..b11506f 100644 --- a/modules/workspace/locale.nix +++ b/modules/workspace/locale.nix @@ -4,7 +4,7 @@ environment.sessionVariables = { 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"; };