Update vars.nix
This commit is contained in:
parent
ba8c55e99b
commit
f1db32e45b
1 changed files with 3 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue