feat: add colemak as keyboard layout

This commit is contained in:
autumn-the-kitty-cat
2025-12-01 18:42:04 -05:00
parent efb5edee39
commit e649288abd
+8
View File
@@ -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";
}
)
];