From 9f5966aa05e3ea15733c60e7b3dc9a573241b604 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 7 Sep 2025 09:22:49 -0500 Subject: [PATCH] river: river -> river-classic Renamed upstream Signed-off-by: Austin Horstman --- modules/services/window-managers/river.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/window-managers/river.nix b/modules/services/window-managers/river.nix index 4909a60c..94dac5a4 100644 --- a/modules/services/window-managers/river.nix +++ b/modules/services/window-managers/river.nix @@ -71,7 +71,7 @@ in options.wayland.windowManager.river = { enable = lib.mkEnableOption "the river window manager"; - package = lib.mkPackageOption pkgs "river" { + package = lib.mkPackageOption pkgs "river-classic" { nullable = true; extraDescription = '' Set to `null` to not add any river package to your path.