services: %rosenthal-desktop-home-services: Remove skeletons.

* modules/rosenthal/services/desktop.scm (%rosenthal-desktop-home-services):
Remove skeletons.
This commit is contained in:
Hilton Chain 2025-06-26 20:06:15 +08:00
parent 7a185369e9
commit 911bb32f41
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -546,21 +546,13 @@ gtk-key-theme-name = ~a~%"
(identifier-syntax (rosenthal-desktop-services-for-system)))
(define %rosenthal-desktop-home-services
(cons* (service home-files-service-type
`((".guile" ,%default-dotguile)))
(service home-xdg-configuration-files-service-type
`(("gdb/gdbinit" ,%default-gdbinit)
("nano/nanorc" ,%default-nanorc)))
(service home-shepherd-service-type
(cons* (service home-shepherd-service-type
(home-shepherd-configuration
;; Start by WM to inherit environment variables for graphical session.
(auto-start? #f)
(daemonize? #f)))
(service home-dbus-service-type)
(service home-pipewire-service-type)
(service home-blueman-applet-service-type)