diff --git a/hosts/randolph/configuration.nix b/hosts/randolph/configuration.nix index 38e79ef..7b331d8 100644 --- a/hosts/randolph/configuration.nix +++ b/hosts/randolph/configuration.nix @@ -47,6 +47,10 @@ # Select internationalization properties. i18n.defaultLocale = "fr_CA.UTF-8"; + i18n.supportedLocales = [ + "en_CA.UTF-8/UTF-8" + "fr_CA.UTF-8/UTF-8" + ]; console = { font = "Lat2-Terminus16"; keyMap = "us";