1
0
Fork 0

Try systemd sessionVariables hack

This commit is contained in:
Malte Brandy 2021-07-20 20:17:06 +02:00
parent 8019df4836
commit cc2642192e
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -193,7 +193,10 @@
};
};
systemd.user.startServices = true;
systemd.user = {
startServices = true;
sessionVariables = config.home.sessionVariables;
};
services = {
gpg-agent = {