modularized timezone

This commit is contained in:
2025-04-18 01:49:41 -06:00
parent c6f9d06f85
commit e7883be1f1
4 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@
users.jawz = import ./home-manager.nix;
};
time = {
timeZone = "America/Mexico_City";
timeZone = config.my.timezone;
hardwareClockInLocalTime = true;
};
i18n = {