feat: setup fcitx5
This commit is contained in:
parent
7b6b1f9247
commit
3deb83c476
2 changed files with 13 additions and 0 deletions
|
@ -7,6 +7,7 @@ _: {
|
||||||
./foot.nix
|
./foot.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./gpg.nix
|
./gpg.nix
|
||||||
|
./ime.nix
|
||||||
./lsd.nix
|
./lsd.nix
|
||||||
./mako.nix
|
./mako.nix
|
||||||
./newsboat.nix
|
./newsboat.nix
|
||||||
|
|
12
programs/ime.nix
Normal file
12
programs/ime.nix
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
home-manager.users.buffet = {
|
||||||
|
i18n.inputMethod = {
|
||||||
|
enabled = "fcitx5";
|
||||||
|
fcitx5.addons = with pkgs; [
|
||||||
|
fcitx5-configtool
|
||||||
|
fcitx5-gtk
|
||||||
|
fcitx5-mozc
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue