nixfiles/profiles/base/locale.nix
ChaotiCryptidz 8c7bdaf9f7 I'm Sorry
2021-12-20 23:48:26 +00:00

8 lines
127 B
Nix

{ config, ... }: {
i18n.defaultLocale = "en_GB.UTF-8";
console = {
font = "Lat2-Terminus16";
keyMap = "uk";
};
}