Fix environment not being loaded into systemd user session anymore
This commit is contained in:
parent
57f44d1f03
commit
e58a90f04c
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue