diff options
Diffstat (limited to 'home-modules/apps/desktop/default.nix')
| -rw-r--r-- | home-modules/apps/desktop/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home-modules/apps/desktop/default.nix b/home-modules/apps/desktop/default.nix index 64f1382..9a6f0e4 100644 --- a/home-modules/apps/desktop/default.nix +++ b/home-modules/apps/desktop/default.nix @@ -29,11 +29,11 @@ in variant = "mocha"; }) ]; - # Use fcitx + # Use fcitx i18n.inputMethod = { type = "fcitx5"; enable = true; - fcitx5 = { + fcitx5 = { waylandFrontend = true; addons = with pkgs; [ fcitx5-gtk @@ -45,7 +45,7 @@ in }; }; - # Install the theme for fcitx + # Install the theme for fcitx home.file."/.local/share/fcitx5/themes".source = "${pkgs.catppuccin-fcitx5}/share/fcitx5/themes"; }) (lib.mkIf cfg.email.enable { |
