This commit is contained in:
2024-06-22 15:46:40 +08:00
parent 91cb8926a3
commit ceb734035e
+15
View File
@@ -126,6 +126,21 @@
};
};
i18n = {
defaultLocale = "C.UTF-8";
extraLocaleSettings = {
LC_MESSAGES = "en_US.UTF-8";
LC_TIME = "C.UTF-8";
LC_CTYPE = "zh_CN.UTF-8";
};
inputMethod = {
enabled = "fcitx5";
fcitx5.addons = with pkgs; [
fcitx5-rime
fcitx5-nord
];
};
};
#programs.hyprland.enable = true;
services.xserver = {