big refactor
This commit is contained in:
commit
76d68230f6
81 changed files with 3065 additions and 0 deletions
10
modules/features/system/input-method.nix
Normal file
10
modules/features/system/input-method.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ... }: {
|
||||
i18n.inputMethod = {
|
||||
enable = true;
|
||||
type = "fcitx5";
|
||||
fcitx5.addons = with pkgs; [
|
||||
# fcitx5-bamboo
|
||||
kdePackages.fcitx5-unikey
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in a new issue