rosenthal: noctalia-shell: Install under ‘etc/xdg/quickshell’.

* modules/rosenthal/packages/wm.scm (noctalia-shell) [arguments]
<#:install-plan>: Install under etc/xdg/quickshell.
<#:phases>: Adjust accordingly.
This commit is contained in:
Hilton Chain 2026-02-06 12:10:30 +08:00
parent 2468773dd2
commit af7bf64a8c
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -48,7 +48,7 @@
(arguments
(list
#:install-plan
#~'(("." "share/noctalia-shell"))
#~'(("." "etc/xdg/quickshell/noctalia-shell"))
#:imported-modules
`((guix build qt-utils)
,@%copy-build-system-modules)
@ -71,7 +71,7 @@
(lambda ()
(format #t "~
#!~a
exec ~a --path ~a/share/noctalia-shell \"$@\"~%"
exec ~a --config ~a/etc/xdg/quickshell/noctalia-shell \"$@\"~%"
(search-input-file inputs "bin/sh")
(search-input-file inputs "bin/quickshell")
#$output)))