From f3ae80d1bc5fbf65f24586bf5162b00cd9895aff Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 13 Jan 2023 11:51:55 +0100 Subject: [PATCH] Keyboard colemak variant --- odin/hm.nix | 3 ++- thor/hm.nix | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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; [