feat: add more supported locals
Some checks failed
Continuous Integration / Checks (push) Has been cancelled
Some checks failed
Continuous Integration / Checks (push) Has been cancelled
To enable more units.
This commit is contained in:
parent
b104e57b4d
commit
4678969432
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@ in
|
|||
keyMap = "us";
|
||||
};
|
||||
|
||||
i18n.supportedLocales = mkDefault [
|
||||
"C.UTF-8/UTF-8"
|
||||
"en_US.UTF-8/UTF-8"
|
||||
"de_DE.UTF-8/UTF-8"
|
||||
];
|
||||
|
||||
time.timeZone = mkDefault "Europe/Berlin";
|
||||
|
||||
nix.settings.substituters = [ https://cache.nixos.org/ ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue