Files
haschel/modules/locale.nix
Atridad Lahiji 8a8df0e9f5
All checks were successful
Deploy NixOS / deploy (push) Successful in 33s
Fixed a bunch of warnings now that I have a working linter
2026-02-23 14:52:59 -07:00

10 lines
135 B
Nix

{ ... }:
let
settings = import ../settings.nix;
in
{
time.timeZone = settings.timezone;
i18n.defaultLocale = settings.locale;
}