Add nb_NO locale. Set LC_TIME to nb_NO
This commit is contained in:
parent
053bd6f6a7
commit
c1ccf3485e
@ -6,6 +6,7 @@
|
||||
./git.nix
|
||||
./greetd.nix
|
||||
./libvirt.nix
|
||||
./locale.nix
|
||||
./podman.nix
|
||||
./security.nix
|
||||
./services.nix
|
||||
|
12
system/locale.nix
Normal file
12
system/locale.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ ... }:
|
||||
{
|
||||
i18n = {
|
||||
supportedLocales = [
|
||||
"en_US.UTF-8/UTF-8"
|
||||
"nb_NO.UTF-8/UTF-8"
|
||||
];
|
||||
extraLocaleSettings = {
|
||||
LC_TIME = "nb_NO.UTF-8";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user