summaryrefslogtreecommitdiff
path: root/tw/home/lud.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home/lud.scm')
-rw-r--r--tw/home/lud.scm10
1 files changed, 10 insertions, 0 deletions
diff --git a/tw/home/lud.scm b/tw/home/lud.scm
new file mode 100644
index 00000000..10f4b107
--- /dev/null
+++ b/tw/home/lud.scm
@@ -0,0 +1,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)))