mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-08-14 16:50:15 +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/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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user