Files
nixos-config/system/services/xdg-portal-fix.nix
T
2026-03-31 16:53:11 +02:00

8 lines
147 B
Nix

{...}: {
systemd.user.services.xdg-desktop-portal = {
serviceConfig = {
UnsetEnvironment = "NIX_XDG_DESKTOP_PORTAL_DIR";
};
};
}