mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
nix: make fcitx5 a homeManager module
This commit is contained in:
parent
0da5ebfc21
commit
06a4ec7611
8 changed files with 6 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue