9 lines
119 B
Nix
9 lines
119 B
Nix
|
{ pkgs, lib, ... }:
|
||
|
{
|
||
|
time.timeZone = "Europe/Berlin";
|
||
|
|
||
|
console = {
|
||
|
font = "Lat2-Terminus16";
|
||
|
};
|
||
|
}
|