input
This commit is contained in:
parent
6a8fbaee29
commit
366289cea9
1 changed files with 11 additions and 0 deletions
11
home/lilith/input.nix
Normal file
11
home/lilith/input.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
il8n.inputMethods = {
|
||||||
|
enabled = "fcix5";
|
||||||
|
fcitx5.addons = with pkgs; [
|
||||||
|
fcitx5-gtk
|
||||||
|
fcitx5-chinese-addons
|
||||||
|
fcitx5-nord
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue