diff --git a/flake.nix b/flake.nix index 15e38f01..c37ed359 100644 --- a/flake.nix +++ b/flake.nix @@ -193,8 +193,8 @@ ExecStart = "${pkg}/bin/ironbar"; }; Install.WantedBy = [ - (lib.mkIf config.wayland.windowManager.hyprland.systemdIntegration "hyprland-session.target") - (lib.mkIf config.wayland.windowManager.sway.systemdIntegration "sway-session.target") + (lib.mkIf config.wayland.windowManager.hyprland.systemd.enable "hyprland-session.target") + (lib.mkIf config.wayland.windowManager.sway.systemd.enable "sway-session.target") ]; }; };