8 lines
147 B
Nix
8 lines
147 B
Nix
{...}: {
|
|
systemd.user.services.xdg-desktop-portal = {
|
|
serviceConfig = {
|
|
UnsetEnvironment = "NIX_XDG_DESKTOP_PORTAL_DIR";
|
|
};
|
|
};
|
|
}
|