From af7bf64a8c7313348c8e90214954d5ec9ef1529a Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Fri, 6 Feb 2026 12:10:30 +0800 Subject: [PATCH] =?UTF-8?q?rosenthal:=20noctalia-shell:=20Install=20under?= =?UTF-8?q?=20=E2=80=98etc/xdg/quickshell=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * modules/rosenthal/packages/wm.scm (noctalia-shell) [arguments] <#:install-plan>: Install under etc/xdg/quickshell. <#:phases>: Adjust accordingly. --- modules/rosenthal/packages/wm.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rosenthal/packages/wm.scm b/modules/rosenthal/packages/wm.scm index e6d9ac9..6454503 100644 --- a/modules/rosenthal/packages/wm.scm +++ b/modules/rosenthal/packages/wm.scm @@ -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)))