mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-29 01:59:22 +01:00
containers(wine): Use Japanese locale
Necessary for many applications to work properly.
This commit is contained in:
parent
89361952a8
commit
da93580ccf
@ -45,6 +45,9 @@ let VARIABLES = import ../src/variables.nix; in {
|
|||||||
starship.enable = true;
|
starship.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
i18n.defaultLocale = VARIABLES.defaultLocale;
|
||||||
|
i18n.supportedLocales = VARIABLES.supportedLocales;
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
defaultUserShell = pkgs.fish;
|
defaultUserShell = pkgs.fish;
|
||||||
mutableUsers = false;
|
mutableUsers = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user