mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-09-18 12:44:37 +00:00
services: %rosenthal-desktop-home-services: Remove skeletons.
* modules/rosenthal/services/desktop.scm (%rosenthal-desktop-home-services): Remove skeletons.
This commit is contained in:
parent
7a185369e9
commit
911bb32f41
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user