From d2b6cf44a3277fd5d04bc10110d344827217e24e Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Mon, 22 Dec 2025 23:00:07 +0100 Subject: nixfmt --- home-modules/apps/desktop/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'home-modules/apps/desktop/default.nix') 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 { -- cgit v1.3.1