mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-05 01:15:14 +00:00
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:
parent
2468773dd2
commit
af7bf64a8c
@ -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)))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user