Update vars.nix

This commit is contained in:
Morgan 2026-01-11 11:41:16 -08:00 committed by GitHub
parent ba8c55e99b
commit f1db32e45b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,5 @@
## Sets environment variables, locale, and the like.
{ inputs, config, pkgs, variables, ... }:
{
environment.sessionVariables = {
@ -25,7 +27,7 @@
i18n.defaultLocale = "en_CA.UTF-8";
i18n.extraLocales = "all";
i18n.extraLocaleSettings = {
LC_TIME = "en_DK.UTF-8";
LC_TIME = "C.UTF-8";
LC_PAPER = "en_US.UTF-8";
LC_ADDRESS = "en_US.UTF-8";
LC_MONETARY = "en_US.UTF-8";