feat(common): add pathsToLink for xdg-portal

This commit is contained in:
2026-05-24 17:25:52 +02:00
parent c62b11100c
commit 9e66a9e779
+4
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;