Fix locale
This commit is contained in:
parent
a0d7e43a9d
commit
440b1e0563
3 changed files with 8 additions and 4 deletions
|
@ -54,6 +54,7 @@ in
|
|||
# General settings
|
||||
[{
|
||||
"mail.pane_config.dynamic" = 0;
|
||||
"intl.date_time.pattern_override.date_short" = "yyyy-MM-dd";
|
||||
}]
|
||||
|
||||
)) "";
|
||||
|
|
|
@ -144,10 +144,6 @@
|
|||
'';
|
||||
};
|
||||
stateVersion = "23.11";
|
||||
language = {
|
||||
base = "en_US.UTF-8";
|
||||
# time = "en_DK.UTF-8"; # TODO Disabled because complaints during nixos-rebuild switch
|
||||
};
|
||||
packages = with pkgs; [
|
||||
# Terminal utils
|
||||
coreutils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue