1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 19:34:24 +02:00

build(nix): add river session target to systemd service

This commit is contained in:
pinkcreeper100 2024-04-17 20:07:57 +01:00 committed by GitHub
parent 3fea6e3254
commit 96e1b0d805
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")
];
};
};