diff --git a/odin/hm.nix b/odin/hm.nix index 3aa847b..c38756b 100644 --- a/odin/hm.nix +++ b/odin/hm.nix @@ -2,7 +2,8 @@ home = { language.base = "it_IT.UTF-8"; keyboard = { - layout = "it,us"; + layout = "it,us,us"; + variant = ",,colemak"; options = [ "terminate:ctrl_alt_bksp" "compose:rctrl" "grp:menu_toggle" ]; }; packages = with pkgs; [ diff --git a/thor/hm.nix b/thor/hm.nix index 98fd8dd..8bfc21f 100644 --- a/thor/hm.nix +++ b/thor/hm.nix @@ -3,6 +3,7 @@ language.base = "it_IT.UTF-8"; keyboard = { layout = "us,it"; + variant = ",colemak,"; options = [ "terminate:ctrl_alt_bksp" "compose:rctrl" "grp:menu_toggle" ]; }; packages = with pkgs; [