From 6a9c5289d072e8d359c660c09ae137ac5f64d68b Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Mon, 23 Jun 2025 10:11:27 +0800 Subject: [PATCH] services: %rosenthal-example-niri-config: Fix guix pull. * modules/rosenthal/services/desktop.scm (%rosenthal-example-niri-config): Reference xwayland-satellite using variable. --- modules/rosenthal/services/desktop.scm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/modules/rosenthal/services/desktop.scm b/modules/rosenthal/services/desktop.scm index a9d1b3e..3026945 100644 --- a/modules/rosenthal/services/desktop.scm +++ b/modules/rosenthal/services/desktop.scm @@ -25,6 +25,8 @@ #:use-module (gnu home services shepherd) #:use-module (gnu home services sound) + #:use-module (rosenthal packages xorg) + #:export (%rosenthal-example-emacs-fonts %rosenthal-example-emacs-init @@ -288,12 +290,12 @@ (define %rosenthal-example-niri-config (computed-substitution-with-inputs "niri.kdl" (local-file "../examples/niri.kdl") - (specs->pkgs "alacritty" - "guix-backgrounds" - "light" - "rofi-wayland" - "wireplumber" - "xwayland-satellite"))) + (cons xwayland-satellite + (specs->pkgs "alacritty" + "guix-backgrounds" + "light" + "rofi-wayland" + "wireplumber")))) (define-record-type* home-niri-configuration