mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
fixed various problems
This commit is contained in:
parent
c33d75a1be
commit
8a145e6580
4 changed files with 3 additions and 4 deletions
|
@ -18,7 +18,7 @@ in {
|
|||
];
|
||||
};
|
||||
home.sessionVariables = {
|
||||
GTK_IM_MODULE = lib.mkForce "wayland";
|
||||
GTK_IM_MODULE = lib.mkForce "";
|
||||
};
|
||||
home.file.".config/fcitx5/config".text = ''
|
||||
[Hotkey]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue