feat(common): add pathsToLink for xdg-portal

This commit is contained in:
2026-05-22 20:21:13 +02:00
parent c62b11100c
commit 9e66a9e779

View File

@@ -62,6 +62,10 @@ in
pkg: builtins.elem (lib.getName pkg) config.nixpkgs.allowedUnfree;
environment.defaultPackages = lib.mkForce [ ];
environment.pathsToLink = [
"/share/applications"
"/share/xdg-desktop-portal"
];
home-manager = {
useGlobalPkgs = true;