diff --git a/root/config.yaml b/root/config.yaml index 21cc4a2..8a77a68 100644 --- a/root/config.yaml +++ b/root/config.yaml @@ -126,6 +126,10 @@ dotfiles: src: zram dst: /etc/ + vconsole: + src: vconsole.conf + dst: /etc/vconsole.conf + # earlyoom: # src: earlyoom # dst: /etc/default/earlyoom diff --git a/root/vconsole.conf b/root/vconsole.conf new file mode 100644 index 0000000..5a854d9 --- /dev/null +++ b/root/vconsole.conf @@ -0,0 +1,3 @@ +{%@@ if key_layout == "colemak" @@%} +KEYMAP=colemak +{%@@ endif @@%}