mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-02-20 19:14:20 +00:00
rosenthal: Add %rosenthal-skeletons-installer.
* modules/rosenthal/services/desktop.scm (%rosenthal-skeletons): Move skeletons that are only useful within the installer to... (%rosenthal-skeletons-installer): ...this new variable.
This commit is contained in:
parent
5844bbf8ec
commit
cec050aba3
@ -77,6 +77,7 @@
|
|||||||
home-waybar-service-type
|
home-waybar-service-type
|
||||||
|
|
||||||
%rosenthal-skeletons
|
%rosenthal-skeletons
|
||||||
|
%rosenthal-skeletons-installer
|
||||||
%rosenthal-desktop-services/gdm
|
%rosenthal-desktop-services/gdm
|
||||||
%rosenthal-desktop-services/tuigreet
|
%rosenthal-desktop-services/tuigreet
|
||||||
|
|
||||||
@ -581,12 +582,19 @@ gtk-key-theme-name = ~a~%"
|
|||||||
,(local-file "../examples/dot-config/autostart/shepherd.desktop"))
|
,(local-file "../examples/dot-config/autostart/shepherd.desktop"))
|
||||||
(".config/niri/config.kdl"
|
(".config/niri/config.kdl"
|
||||||
,(local-file "../examples/dot-config/niri/config.kdl"))
|
,(local-file "../examples/dot-config/niri/config.kdl"))
|
||||||
(".config/noctalia/settings.json"
|
(".config/xfce4/helpers.rc"
|
||||||
|
,(local-file "../examples/dot-config/xfce4/helpers.rc"))
|
||||||
|
|
||||||
|
;; Selected from the default skeletons.
|
||||||
|
(".config/gdb/gdbinit" ,%default-gdbinit)
|
||||||
|
(".config/nano/nanorc" ,%default-nanorc)
|
||||||
|
(".guile" ,%default-dotguile)))
|
||||||
|
|
||||||
|
(define %rosenthal-skeletons-installer
|
||||||
|
`((".config/noctalia/settings.json"
|
||||||
,(local-file "../examples/dot-config/noctalia/settings.json"))
|
,(local-file "../examples/dot-config/noctalia/settings.json"))
|
||||||
(".config/wezterm/wezterm.lua"
|
(".config/wezterm/wezterm.lua"
|
||||||
,(local-file "../examples/dot-config/wezterm/wezterm.lua"))
|
,(local-file "../examples/dot-config/wezterm/wezterm.lua"))
|
||||||
(".config/xfce4/helpers.rc"
|
|
||||||
,(local-file "../examples/dot-config/xfce4/helpers.rc"))
|
|
||||||
;; Prevent Noctalia shell initial screen.
|
;; Prevent Noctalia shell initial screen.
|
||||||
(".cache/noctalia/shell-state.json"
|
(".cache/noctalia/shell-state.json"
|
||||||
,(computed-file "noctalia-shell-state.json"
|
,(computed-file "noctalia-shell-state.json"
|
||||||
@ -603,11 +611,7 @@ gtk-key-theme-name = ~a~%"
|
|||||||
("instanceId" . "")))
|
("instanceId" . "")))
|
||||||
port
|
port
|
||||||
#:pretty #t)))))))
|
#:pretty #t)))))))
|
||||||
|
,@%rosenthal-skeletons))
|
||||||
;; Selected from the default skeletons.
|
|
||||||
(".config/gdb/gdbinit" ,%default-gdbinit)
|
|
||||||
(".config/nano/nanorc" ,%default-nanorc)
|
|
||||||
(".guile" ,%default-dotguile)))
|
|
||||||
|
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user