summaryrefslogtreecommitdiff
path: root/tw/home/server.scm
blob: 95d860e5c8f37831e38cbbc3055f9ad27d164a25 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
(define-module (tw home lud)
  #:use-module (gnu home)
  #:use-module (tw home)
  #:use-module (tw home emacs))

(home-environment
 ;; These packages will show up in the home profile, under ~/.guix-home/profile.
 (packages (append common-packages emacs-packages))
 ;; To search for available home services, run 'guix home search KEYWORD'.
 (services (append (gnupg-services #:gui-pinentry? #f)
                   common-services emacs-services)))