nixfiles/profiles/base-linux/console.nix
ChaotiCryptidz 24377ecdf3
console
2022-03-09 19:22:25 +00:00

7 lines
81 B
Nix

{ ... }: {
console = {
font = "Lat2-Terminus16";
keyMap = "uk";
};
}