mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 11:24:24 +02:00
build(nix): add river session target to systemd service
This commit is contained in:
parent
3fea6e3254
commit
96e1b0d805
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@
|
|||
Install.WantedBy = [
|
||||
(lib.mkIf config.wayland.windowManager.hyprland.systemd.enable "hyprland-session.target")
|
||||
(lib.mkIf config.wayland.windowManager.sway.systemd.enable "sway-session.target")
|
||||
(lib.mkIf config.wayland.windowManager.river.systemd.enable "river-session.target")
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue