From 6ce29fc4e542a0c0ea94dfbbebf93609fad68f95 Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Wed, 30 Oct 2024 15:53:24 +0100 Subject: [PATCH] nixos/muon: Specify supported locales --- nixos/config/muon.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nixos/config/muon.nix b/nixos/config/muon.nix index 9495353..d325966 100644 --- a/nixos/config/muon.nix +++ b/nixos/config/muon.nix @@ -228,6 +228,13 @@ imports = [ hardware.uinput.enable = true; + i18n.supportedLocales = [ + "C.UTF-8/UTF-8" + "en_EU.UTF-8/UTF-8" + "en_GB.UTF-8/UTF-8" + "en_US.UTF-8/UTF-8" + ]; + ephemeral.enable = true; ephemeral.device = "UUID=039aa386-a39d-4329-bcf0-48936b938db1"; ephemeral.boot.device = "PARTUUID=61c6f04c-0923-437e-860e-e88452b8e39e";