Fix environment not being loaded into systemd user session anymore

This commit is contained in:
Charlotte Van Petegem 2022-07-09 18:11:21 +02:00
parent 57f44d1f03
commit e58a90f04c
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 2 additions and 1 deletions

View file

@ -47,6 +47,7 @@
home-manager.users = {
charlotte = { ... }: {
home.stateVersion = config.chvp.stateVersion;
systemd.user.sessionVariables = config.home-manager.users.charlotte.home.sessionVariables;
};
root = { ... }: {
home.stateVersion = config.chvp.stateVersion;