aboutsummaryrefslogtreecommitdiff
path: root/tw/home/lud.scm
blob: 10f4b107e180ee3c8c87b5c1825c73756ca7a000 (about) (plain)
1
2
3
4
5
6
7
8
9
10
(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)))