From e0da41a1c9cf2086639224cf79c81d198f26c1ba Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sun, 3 Aug 2025 01:37:25 +0200 Subject: [PATCH] Add catppuccin to fcitx --- modules/wm/fcitx5.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/wm/fcitx5.nix b/modules/wm/fcitx5.nix index 0b127de..699e231 100644 --- a/modules/wm/fcitx5.nix +++ b/modules/wm/fcitx5.nix @@ -7,6 +7,7 @@ fcitx5-mozc fcitx5-gtk ]; + waylandFrontend = true; }; }; systemd.user.services.fcitx5-daemon = { @@ -47,4 +48,12 @@ 0=Default ''; }; + + xdg.dataFile."fcitx5/themes/catppuccin-latte-pink".source = "${pkgs.catppuccin-fcitx5}/share/fcitx5/themes/catppuccin-latte-pink"; + xdg.configFile."fcitx5/conf/classicui.conf" = { + force = true; + text = '' + Theme=catppuccin-latte-pink + ''; + }; }