mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-09-18 20:54:37 +00:00
services: %rosenthal-example-niri-config: Fix guix pull.
* modules/rosenthal/services/desktop.scm (%rosenthal-example-niri-config): Reference xwayland-satellite using variable.
This commit is contained in:
parent
20c9d408bc
commit
6a9c5289d0
@ -25,6 +25,8 @@
|
|||||||
#:use-module (gnu home services shepherd)
|
#:use-module (gnu home services shepherd)
|
||||||
#:use-module (gnu home services sound)
|
#:use-module (gnu home services sound)
|
||||||
|
|
||||||
|
#:use-module (rosenthal packages xorg)
|
||||||
|
|
||||||
#:export (%rosenthal-example-emacs-fonts
|
#:export (%rosenthal-example-emacs-fonts
|
||||||
%rosenthal-example-emacs-init
|
%rosenthal-example-emacs-init
|
||||||
|
|
||||||
@ -288,12 +290,12 @@
|
|||||||
(define %rosenthal-example-niri-config
|
(define %rosenthal-example-niri-config
|
||||||
(computed-substitution-with-inputs "niri.kdl"
|
(computed-substitution-with-inputs "niri.kdl"
|
||||||
(local-file "../examples/niri.kdl")
|
(local-file "../examples/niri.kdl")
|
||||||
(specs->pkgs "alacritty"
|
(cons xwayland-satellite
|
||||||
"guix-backgrounds"
|
(specs->pkgs "alacritty"
|
||||||
"light"
|
"guix-backgrounds"
|
||||||
"rofi-wayland"
|
"light"
|
||||||
"wireplumber"
|
"rofi-wayland"
|
||||||
"xwayland-satellite")))
|
"wireplumber"))))
|
||||||
|
|
||||||
(define-record-type* <home-niri-configuration>
|
(define-record-type* <home-niri-configuration>
|
||||||
home-niri-configuration
|
home-niri-configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user