Add catppuccin to fcitx

This commit is contained in:
2025-08-03 01:37:25 +02:00
parent a811dfe3aa
commit e0da41a1c9

View File

@@ -7,6 +7,7 @@
fcitx5-mozc fcitx5-mozc
fcitx5-gtk fcitx5-gtk
]; ];
waylandFrontend = true;
}; };
}; };
systemd.user.services.fcitx5-daemon = { systemd.user.services.fcitx5-daemon = {
@@ -47,4 +48,12 @@
0=Default 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
'';
};
} }