mirror of
https://github.com/zoriya/home-manager.git
synced 2026-06-05 03:20:21 +00:00
systemd: revert systemd-environment-generator usage for environment variables (#2001)
This commit is contained in:
@@ -333,11 +333,6 @@ in
|
||||
unset systemdStatus
|
||||
''
|
||||
);
|
||||
|
||||
# Export environment variables in systemd.user.sessionVariables to login shells.
|
||||
home.sessionVariablesExtra = optionalString (cfg.sessionVariables != {}) ''
|
||||
export $(${pkgs.systemd}/lib/systemd/user-environment-generators/30-systemd-environment-d-generator)
|
||||
'';
|
||||
})
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user