(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)))