cosmic-session: fix XDG desktop portal binary location

This commit is contained in:
Heitor Augusto 2025-06-25 13:04:36 -03:00
parent 61c0f51391
commit 6e43f00374
No known key found for this signature in database
GPG Key ID: 53C04F8F46A1A344

View File

@ -51,7 +51,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
]; ];
env = { env = {
XDP_COSMIC = lib.getExe xdg-desktop-portal-cosmic; XDP_COSMIC = "${xdg-desktop-portal-cosmic}/libexec/xdg-desktop-portal-cosmic";
ORCA = "orca"; # get orca from $PATH ORCA = "orca"; # get orca from $PATH
}; };