nixfiles/profiles/base-linux/console-locale.nix
ChaotiCryptidz 60c276b2b1
locle
2022-03-09 19:24:45 +00:00

8 lines
119 B
Nix

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