From 6a33cb717a116f729540cb116c06d6be69e0efc8 Mon Sep 17 00:00:00 2001 From: Charles Roelli Date: Fri, 30 Jan 2026 10:28:59 +0100 Subject: New home-configuration module with public %home-environment --- home-configuration.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/home-configuration.scm b/home-configuration.scm index 7d240de..8953adf 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -4,6 +4,7 @@ ;; need to capture the channels being used, as returned by "guix describe". ;; See the "Replicating Guix" section in the manual. +(define-module (home-configuration)) (use-modules (gnu home) (gnu packages) (gnu services) @@ -14,7 +15,7 @@ (gnu home services mail) (gnu home services shells)) -(home-environment +(define-public %home-environment (home-environment ;; Below is the list of packages that will show up in your ;; Home profile, under ~/.guix-home/profile. (packages @@ -82,4 +83,6 @@ "d059076214e6cb8c00539649a43e603b7e9f2c90" (openpgp-fingerprint "7FD6 B094 1B34 68AE 6F19 04AE D3C9 09F4 ADEF 6FE2"))))))) - %base-home-services))) + %base-home-services)))) + +%home-environment -- cgit v1.3