nix: make fcitx5 a homeManager module

This commit is contained in:
Primrose 2024-08-09 10:34:24 +02:00
parent 0da5ebfc21
commit 06a4ec7611
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
8 changed files with 6 additions and 3 deletions

View file

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