From 3f055cb0afa0f6ca5199c202d1e8fe7263637ca0 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Fri, 31 Jan 2025 11:11:02 -0500 Subject: [PATCH] Added supported locales. --- hosts/randolph/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) 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";