Keyboard colemak variant

This commit is contained in:
Filippo Berto 2023-01-13 11:51:55 +01:00
parent eb58eb63c8
commit f3ae80d1bc
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 3 additions and 1 deletions

View file

@ -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; [

View file

@ -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; [