NixOS/hosts/luna/modules/default.nix

6 lines
70 B
Nix
Raw Normal View History

2023-10-13 19:50:01 -05:00
{ config, pkgs, lib, ... }:
{
2023-12-03 02:32:12 -06:00
time.timeZone = "America/Chicago";
2023-10-13 19:50:01 -05:00
}