Skip to content

Commit

Permalink
rde: desktop-services: Remove default-desktop-home-services option
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Tropin <[email protected]>
  • Loading branch information
nicolas-graves authored and abcdw committed Sep 12, 2024
1 parent 3189e0d commit 57987e3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/rde/features/base.scm
Original file line number Diff line number Diff line change
Expand Up @@ -293,13 +293,9 @@ Defaults:%wheel env_keep+=TERMINFO")))))

(service x11-socket-directory-service-type)))

(define %rde-desktop-home-services
(list (service home-dbus-service-type)))

(define* (feature-desktop-services
#:key
(default-desktop-system-services %rde-desktop-system-services)
(default-desktop-home-services %rde-desktop-home-services)
(avahi avahi)
(dbus dbus)
(elogind elogind)
Expand All @@ -315,7 +311,8 @@ Defaults:%wheel env_keep+=TERMINFO")))))
(ensure-pred file-like? upower)

(define (get-home-services _)
default-desktop-home-services)
(list (service home-dbus-service-type
(home-dbus-configuration (dbus dbus)))))

(define (get-system-services _)
(cons*
Expand Down

0 comments on commit 57987e3

Please sign in to comment.