calcite: move input methods from hm to system config
This commit is contained in:
parent
1c40bbc98f
commit
0f4a315658
3 changed files with 22 additions and 12 deletions
|
@ -34,6 +34,7 @@ in
|
|||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
resources
|
||||
thunderbird
|
||||
remmina
|
||||
qq
|
||||
|
@ -56,17 +57,6 @@ in
|
|||
|
||||
xdg.enable = true;
|
||||
|
||||
i18n.inputMethod = {
|
||||
enabled = "fcitx5";
|
||||
fcitx5.addons = with pkgs; [ fcitx5-rime ];
|
||||
};
|
||||
|
||||
# Using wayland
|
||||
home.sessionVariables = {
|
||||
GTK_IM_MODULE = lib.mkForce "";
|
||||
QT_IM_MODULE = lib.mkForce "";
|
||||
};
|
||||
|
||||
custom-hm = {
|
||||
alacritty = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue