mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
fix fcitx deprecated setup warning
This commit is contained in:
parent
6781b0585e
commit
e607d9f02e
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ in {
|
|||
fcitx5-gtk
|
||||
];
|
||||
};
|
||||
home.sessionVariables = {
|
||||
GTK_IM_MODULE = lib.mkForce "wayland";
|
||||
};
|
||||
home.file.".config/fcitx5/config".text = ''
|
||||
[Hotkey]
|
||||
# Enumerate when press trigger key repeatedly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue