nix-conf/system/misc.nix
2024-03-24 23:16:17 +04:00

8 lines
91 B
Nix

{ ... }:
{
console = {
font = "Lat2-Terminus16";
useXkbConfig = true;
};
}