aboutsummaryrefslogtreecommitdiff
path: root/tw/home/server.scm
blob: b73ac4aa79fea8ffa32f4d6f1b11f42e4c7cd1fc (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(define-module (tw home server)
  #:use-module (gnu home)
  #:use-module (gnu services)
  #:use-module (tw home)
  #:use-module (tw services dev-env))

(define-public %server-home
  (home-environment
   (services (list (service tw-home-service-type)
                   (service home-basic-dev-env-service-type)))))

%server-home