From e649288abd5f92670ce79488391eab5c1aecd024 Mon Sep 17 00:00:00 2001 From: autumn-the-kitty-cat <147276465+autumn-the-kitty-cat@users.noreply.github.com> Date: Mon, 1 Dec 2025 18:42:04 -0500 Subject: [PATCH] feat: add colemak as keyboard layout --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/flake.nix b/flake.nix index fdab95d..5655c34 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,14 @@ git nh ]; + + i18n.defaultLocale = "en_US.UTF-8"; + console.useXkbConfig = true; + + services.xserver.xkb.layout = "us"; + + # Comment out this line if you want to use qwerty + services.xserver.xkb.variant = "colemak"; } ) ];