From e62d7c41bfac751d863d3e7b31fe351d93c38a0a Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 12 Sep 2026 18:55:42 +0200 Subject: [PATCH] fix: replace removed rofi-wayland with rofi --- home/modules/ruther/home/dwl/wm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/ruther/home/dwl/wm.scm b/home/modules/ruther/home/dwl/wm.scm index bbfeb58e77cbbb3dafd15b6cf82f5b8ca20b9c3f..511a1b17d781d06a266f42ef41c2d0f375a4feb7 100644 --- a/home/modules/ruther/home/dwl/wm.scm +++ b/home/modules/ruther/home/dwl/wm.scm @@ -127,7 +127,7 @@ (inputs (modify-inputs (package-inputs base) (append foot) - (append rofi-wayland) + (append rofi) (append swaylock) (append mew) (append dmenu-wl)