Maybe this

This commit is contained in:
2026-01-22 12:18:43 -07:00
parent 6ec023f040
commit f894a9eeec
9 changed files with 15 additions and 115 deletions

View File

@@ -1,12 +1,9 @@
{ config, pkgs, ... }:
let
settings = import ../settings.nix;
in
{
# Time zone
time.timeZone = settings.timezone;
time.timeZone = "America/Edmonton";
# Internationalization properties
i18n.defaultLocale = settings.locale;
}
i18n.defaultLocale = "en_CA.UTF-8";
}