From 99b3d5552bcbc83bf72b012c59c83b1f207e28b4 Mon Sep 17 00:00:00 2001 From: fredrikr79 Date: Mon, 7 Apr 2025 16:29:23 +0200 Subject: [PATCH] japanese input voodoo --- configuration.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configuration.nix b/configuration.nix index 9d808c9..05695ef 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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;