From 065c64f420a19d123822f0998e6a64a0e196b3c9 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Tue, 4 Mar 2025 21:43:41 +0100 Subject: [PATCH] add jp locale for touhou --- systems/pc/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/systems/pc/configuration.nix b/systems/pc/configuration.nix index 8503df4..8f1c189 100644 --- a/systems/pc/configuration.nix +++ b/systems/pc/configuration.nix @@ -89,6 +89,13 @@ }; virtualisation.waydroid.enable = true; + i18n.supportedLocales = [ + "C.UTF-8/UTF-8" + "de_AT.UTF-8/UTF-8" + "en_US.UTF-8/UTF-8" + "ja_JP.UTF-8/UTF-8" + ]; + # apple shit services.usbmuxd.enable = true; environment.systemPackages = with pkgs; [