From 920c6d63c74019f21d6a3fc1f9ff08df9c28b1c6 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Sat, 11 Apr 2026 20:39:11 +0800 Subject: [PATCH] rosenthal: noctalia-shell: Wrap xdg-open path. * modules/rosenthal/packages/wm.scm (noctalia-shell) [inputs]: Add xdg-utils. [arguments]: Add it into the wrapper. --- modules/rosenthal/packages/wm.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/rosenthal/packages/wm.scm b/modules/rosenthal/packages/wm.scm index a2bf313..f249033 100644 --- a/modules/rosenthal/packages/wm.scm +++ b/modules/rosenthal/packages/wm.scm @@ -108,7 +108,8 @@ exec ~a --config ~a/etc/xdg/quickshell/noctalia-shell \"$@\"~%" "bin/which" "bin/wl-paste" "bin/wlsunset" - "bin/wtype")))) + "bin/wtype" + "bin/xdg-open")))) (chmod script #o555) (install-file script (in-vicinity #$output "bin"))))) (add-after 'make-wrapper 'qt-wrap @@ -142,7 +143,8 @@ exec ~a --config ~a/etc/xdg/quickshell/noctalia-shell \"$@\"~%" which wl-clipboard wlsunset - wtype)) + wtype + xdg-utils)) (home-page "https://noctalia.dev/") (synopsis "Wayland desktop shell") (description