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;