From 96e1b0d80527e9c32e72bf13055d389e5871ffe4 Mon Sep 17 00:00:00 2001 From: pinkcreeper100 <35699052+pinkcreeper100@users.noreply.github.com> Date: Wed, 17 Apr 2024 20:07:57 +0100 Subject: [PATCH] build(nix): add river session target to systemd service --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index ce371ff8..f8ca6e2a 100644 --- a/flake.nix +++ b/flake.nix @@ -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") ]; }; };