mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-08-14 00:30:14 +00:00
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:
parent
7ee922362a
commit
920c6d63c7
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user