mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 18:51:04 +02:00
Merge pull request #359 from delliottxyz/master
fix: Home Manager systemdIntegration warnings
This commit is contained in:
commit
ae75fcf2b2
1 changed files with 2 additions and 2 deletions
|
@ -193,8 +193,8 @@
|
||||||
ExecStart = "${pkg}/bin/ironbar";
|
ExecStart = "${pkg}/bin/ironbar";
|
||||||
};
|
};
|
||||||
Install.WantedBy = [
|
Install.WantedBy = [
|
||||||
(lib.mkIf config.wayland.windowManager.hyprland.systemdIntegration "hyprland-session.target")
|
(lib.mkIf config.wayland.windowManager.hyprland.systemd.enable "hyprland-session.target")
|
||||||
(lib.mkIf config.wayland.windowManager.sway.systemdIntegration "sway-session.target")
|
(lib.mkIf config.wayland.windowManager.sway.systemd.enable "sway-session.target")
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue