1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

vicinae: Remove BindTo from the systemd unit

Seems like it causes issues with kde logout.
This commit is contained in:
leiserfg 2025-11-06 21:09:21 +01:00 committed by Austin Horstman
parent f35d0cb75f
commit 0562fef070

View file

@ -224,7 +224,6 @@ in
Documentation = [ "https://docs.vicinae.com" ];
After = [ cfg.systemd.target ];
PartOf = [ cfg.systemd.target ];
BindsTo = [ cfg.systemd.target ];
};
Service = {
EnvironmentFile = pkgs.writeText "vicinae-env" ''