services/greetd: fixup xdg-desktop-portal support
Link `/share/xdg-desktop-portal` to environment to ensure packages installed via user packages in home-manager work correctly.
This commit is contained in:
parent
42d5ce7201
commit
607b2a420d
|
@ -8,4 +8,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
security.pam.services.swaylock = { };
|
security.pam.services.swaylock = { };
|
||||||
|
|
||||||
|
environment.pathsToLink = lib.singleton "/share/xdg-desktop-portal";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue