(define-module (tw home server) #:use-module (gnu home) #:use-module (gnu services) #:use-module (tw home)) (define-public %server-home (home-environment (services (list (service tw-home-service-type (tw-home-configuration (x11-desktop? #f) (pim? #f))))))) %server-home