(define-module (tw home lud) #:use-module (gnu home) #:use-module (tw home common) #: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 common-services emacs-services)))