From 336b73fd56ae24f3bd363f43263a671af92240f0 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sat, 31 Dec 2022 11:46:26 +0100 Subject: Extract common home configuration for server and laptop --- tw/home/lud.scm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tw/home/lud.scm (limited to 'tw/home/lud.scm') 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))) -- cgit v1.2.3