Config overhaul

This commit is contained in:
2025-05-29 23:48:27 -06:00
parent ab2d207bf3
commit 0e47cae395
13 changed files with 220 additions and 150 deletions

9
modules/locale.nix Normal file
View File

@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
# Time zone
time.timeZone = "America/Edmonton";
# Internationalization properties
i18n.defaultLocale = "en_CA.UTF-8";
}