Fix locale
This commit is contained in:
parent
a0d7e43a9d
commit
440b1e0563
3 changed files with 8 additions and 4 deletions
|
@ -31,6 +31,13 @@
|
|||
git # Needed for all the fetchFromGit in this repo on nixos-rebuild
|
||||
];
|
||||
|
||||
i18n = {
|
||||
defaultLocale = "en_GB.UTF-8";
|
||||
extraLocaleSettings = {
|
||||
LC_TIME = "en_DK.UTF-8"; # Should give YYYY-MM-DD but doesn't work for browser & Thunderbird :(
|
||||
};
|
||||
};
|
||||
|
||||
nix.settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
warn-dirty = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue