feat(nix-hm): import sess variables into systemd

This commit is contained in:
Price Hiller 2024-02-05 01:26:33 -06:00
parent 1b1ca47848
commit 6b1981414b
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -184,6 +184,7 @@ in {
};
systemd.user = {
sessionVariables = config.home.sessionVariables;
services = {
opensnitch-ui.Unit.ConditionEnvironment = [ "WAYLAND_DISPLAY" ];
easyeffects.Unit.ConditionEnvironment = [ "WAYLAND_DISPLAY" ];