Files
nixos/profiles/home.nix
T

6 lines
59 B
Nix
Raw Normal View History

2022-04-06 09:21:50 -05:00
{ config, ... }:
{
time.timeZone = "America/Chicago";
}