Home manager

This commit is contained in:
2026-01-22 10:44:27 -07:00
parent da9d7b4bff
commit f918c336fe
11 changed files with 184 additions and 94 deletions

View File

@@ -1,12 +1,7 @@
{ 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";
}