hosts/base/locale.nix

9 lines
119 B
Nix

{ pkgs, lib, ... }:
{
time.timeZone = "Europe/Berlin";
console = {
font = "Lat2-Terminus16";
};
}