From 5afa8b4381901b98fa4c583180acd694ba332a47 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 21 Oct 2025 21:54:09 +0300 Subject: [PATCH] this was japanese --- modules/nixos/system/i18n.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/system/i18n.nix b/modules/nixos/system/i18n.nix index 8a127d5..05c403a 100644 --- a/modules/nixos/system/i18n.nix +++ b/modules/nixos/system/i18n.nix @@ -16,7 +16,7 @@ LC_NUMERIC = "tr_TR.UTF-8"; LC_PAPER = "tr_TR.UTF-8"; LC_TELEPHONE = "tr_TR.UTF-8"; - LC_TIME = "tr_TR.UTF-8"; + LC_TIME = "ja_JP.UTF-8"; }; }; }