carbon: stop using nix to generate fcitx configuration

This commit is contained in:
Primrose 2024-07-30 21:38:29 +02:00
parent d770344be4
commit 629dce3e89
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
6 changed files with 110 additions and 121 deletions

View file

@ -0,0 +1,13 @@
{ pkgs, ... }:
{
i18n.inputMethod = {
enabled = "fcitx5";
fcitx5.addons = [
pkgs.fcitx5-chinese-addons
pkgs.fcitx5-table-extra
];
};
environment.etc."xdg/fcitx5".source = ./fcitx;
}