From 911bb32f411eaebe054d6cffba5777907baa74ee Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Thu, 26 Jun 2025 20:06:15 +0800 Subject: [PATCH] services: %rosenthal-desktop-home-services: Remove skeletons. * modules/rosenthal/services/desktop.scm (%rosenthal-desktop-home-services): Remove skeletons. --- modules/rosenthal/services/desktop.scm | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/modules/rosenthal/services/desktop.scm b/modules/rosenthal/services/desktop.scm index bc3bebf..1330b5e 100644 --- a/modules/rosenthal/services/desktop.scm +++ b/modules/rosenthal/services/desktop.scm @@ -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)