about summary refs log tree commit diff
path: root/modules/common
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-05-30 11:43:17 +0300
committerAzat Bahawi <azat@bahawi.net>2024-05-30 11:43:17 +0300
commit4ea68b87c2747031b42bc3d3d286e4408680e978 (patch)
tree6bdb17393976912133677226e971ea8159bde64f /modules/common
parent2024-05-26 (diff)
2024-05-30
Diffstat (limited to '')
-rw-r--r--modules/common/locale.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/common/locale.nix b/modules/common/locale.nix
index 7e8eefb..870ce1b 100644
--- a/modules/common/locale.nix
+++ b/modules/common/locale.nix
@@ -9,6 +9,10 @@ with lib;
   hm.home.language = {
     collate = "C";
     messages = "C";
+    monetary = "ru_RU.UTF-8";
+    numeric = "ru_RU.UTF-8";
+    paper = "ru_RU.UTF-8";
+    telephone = "ru_RU.UTF-8";
   };
 
   i18n = {

Consider giving Nix/NixOS a try! <3