nixos-config/common/locales/en-keymap.nix

6 lines
55 B
Nix
Raw Permalink Normal View History

2024-04-11 13:16:26 +02:00
{
services.xserver.xkb = {
2024-04-11 17:08:50 +02:00
layout = "us";
2024-04-11 13:16:26 +02:00
};
}