This commit is contained in:
Zastian Pretorius
2025-08-06 10:46:42 +01:00
parent d81ba65c92
commit 010864f906
6 changed files with 32 additions and 12 deletions

View File

@@ -14,10 +14,13 @@
inputMethod = {
enable = true;
type = "fcitx5";
fcitx5.addons = with pkgs; [
fcitx5-mozc
fcitx5-gtk
];
fcitx5 = {
waylandFrontend = true;
addons = with pkgs; [
fcitx5-mozc
fcitx5-gtk
];
};
};
extraLocaleSettings = {
LC_ADDRESS = "en_IE.UTF-8";