changes 10-06-25
This commit is contained in:
11
modules/sys/hardware/input.nix
Normal file
11
modules/sys/hardware/input.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, pkgs, ... }: {
|
||||
i18n.inputMethod = {
|
||||
type = "fcitx5";
|
||||
enable = true;
|
||||
fcitx5.addons = with pkgs; [
|
||||
fcitx5-gtk
|
||||
fcitx5-tokyonight
|
||||
fcitx5-mozc
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user