refactor(nix-hm): only require WAYLAND_DISPLAY var for opensnitch-ui

This commit is contained in:
Price Hiller 2023-12-26 14:47:38 -06:00
parent c721221344
commit bf75a909cb
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -161,7 +161,7 @@ in
Description = "Opensnitch ui";
PartOf = [ "compositor.target" ];
After = [ "compositor.target" ];
ConditionEnvironment = [ "WAYLAND_DISPLAY" "HOME" "XDG_RUNTIME_DIR" ];
ConditionEnvironment = [ "WAYLAND_DISPLAY" ];
};
Service = {