rosenthal: noctalia-shell: Wrap xdg-open path.

* modules/rosenthal/packages/wm.scm (noctalia-shell) [inputs]: Add xdg-utils.
[arguments]: Add it into the wrapper.
This commit is contained in:
Hilton Chain 2026-04-11 20:39:11 +08:00
parent 7ee922362a
commit 920c6d63c7
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -108,7 +108,8 @@ exec ~a --config ~a/etc/xdg/quickshell/noctalia-shell \"$@\"~%"
"bin/which" "bin/which"
"bin/wl-paste" "bin/wl-paste"
"bin/wlsunset" "bin/wlsunset"
"bin/wtype")))) "bin/wtype"
"bin/xdg-open"))))
(chmod script #o555) (chmod script #o555)
(install-file script (in-vicinity #$output "bin"))))) (install-file script (in-vicinity #$output "bin")))))
(add-after 'make-wrapper 'qt-wrap (add-after 'make-wrapper 'qt-wrap
@ -142,7 +143,8 @@ exec ~a --config ~a/etc/xdg/quickshell/noctalia-shell \"$@\"~%"
which which
wl-clipboard wl-clipboard
wlsunset wlsunset
wtype)) wtype
xdg-utils))
(home-page "https://noctalia.dev/") (home-page "https://noctalia.dev/")
(synopsis "Wayland desktop shell") (synopsis "Wayland desktop shell")
(description (description