diff options
Diffstat (limited to 'hosts/dishwasher/configuration.nix')
| -rw-r--r-- | hosts/dishwasher/configuration.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/dishwasher/configuration.nix b/hosts/dishwasher/configuration.nix index ffa9ff7..0556748 100644 --- a/hosts/dishwasher/configuration.nix +++ b/hosts/dishwasher/configuration.nix @@ -57,7 +57,10 @@ }; - i18n.defaultLocale = "en_US.UTF-8"; + i18n = { + defaultLocale = "en_US.UTF-8"; + supportedLocales = [ "en_US.UTF-8" "nl_NL.UTF-8" "ru_RU.UTF-8" ]; + }; # List services that you want to enable: |
