japanese input voodoo

This commit is contained in:
2025-04-07 16:29:23 +02:00
parent 42653ac6da
commit 99b3d5552b

View File

@@ -396,8 +396,18 @@ in {
XMODIFIERS = "@im=fcitx";
SDL_IM_MODULE = "fcitx";
GLFW_IM_MODULE = "ibus"; # Some applications use GLFW
INPUT_METHOD = "fcitx";
};
xdg.portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-gtk
xdg-desktop-portal-wlr
];
config.common.default = "*";
};
services.devmon.enable = true;
services.gvfs.enable = true;