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