Skip to content

Commit

Permalink
Merge pull request #359 from delliottxyz/master
Browse files Browse the repository at this point in the history
fix: Home Manager systemdIntegration warnings
  • Loading branch information
JakeStanger authored Nov 14, 2023
2 parents 422edb3 + 518c2ef commit ae75fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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")
];
};
};
Expand Down

0 comments on commit ae75fcf

Please sign in to comment.