diff --git a/gnu/home/services.scm b/gnu/home/services.scm index 2e51a983cb..6c26afafc4 100644 --- a/gnu/home/services.scm +++ b/gnu/home/services.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2021 Xinglu Chen ;;; Copyright © 2022-2023, 2025 Ludovic Courtès ;;; Copyright © 2023 Carlo Zancanaro +;;; Copyright © 2025 Giacomo Leidi ;;; ;;; This file is part of GNU Guix. ;;; @@ -51,6 +52,7 @@ home-activation-service-type home-run-on-change-service-type home-provenance-service-type + home-gc-root-service-type literal-string literal-string? @@ -757,6 +759,14 @@ environment, and its configuration file, when available."))) (define sexp->home-provenance sexp->system-provenance) (define home-provenance system-provenance) + +;;; +;;; Garbage collector roots. +;;; + +(define home-gc-root-service-type + (system->home-service-type gc-root-service-type)) + ;;; ;;; Searching