Commit 413e207

HPCesia <me@hpcesia.com>
2026-04-06 17:09:28
feat: add all locales support in desktop
1 parent 32cbd47
Changed files (1)
modules
desktop
modules/desktop/utils.nix
@@ -3,6 +3,7 @@
     services.gvfs.enable = true; # Mount, trash, and other functionalities
     services.xserver.xkb.layout = "us";
     services.blueman.enable = config.hardware.bluetooth.enable;
+    i18n.extraLocales = "all";
   };
 
   flake.modules.homeManager.desktop = {config, ...}: {