mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-28 17:48:53 +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;
|
||||
};
|
||||
|
||||
i18n.defaultLocale = VARIABLES.defaultLocale;
|
||||
i18n.supportedLocales = VARIABLES.supportedLocales;
|
||||
|
||||
users = {
|
||||
defaultUserShell = pkgs.fish;
|
||||
mutableUsers = false;
|
||||
|
Loading…
Reference in New Issue
Block a user