aboutsummaryrefslogtreecommitdiff
path: root/gnu/home.scm
diff options
context:
space:
mode:
authorAndrew Tropin <andrew@trop.in>2021-08-30 12:07:48 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2021-09-09 20:26:51 +0300
commit994c66bf846774da5104537ef1037d6a5bc56995 (patch)
tree1d3884ffeb66cf81c8105edcd5cea67c2ce7df44 /gnu/home.scm
parenta307b51ea8353289bf338b3409d06b50c89f3d84 (diff)
downloadguix-994c66bf846774da5104537ef1037d6a5bc56995.tar
guix-994c66bf846774da5104537ef1037d6a5bc56995.tar.gz
gnu: home: Add doc comment about the module.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
Diffstat (limited to 'gnu/home.scm')
-rw-r--r--gnu/home.scm8
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/home.scm b/gnu/home.scm
index a53d27163d..f4c9359e25 100644
--- a/gnu/home.scm
+++ b/gnu/home.scm
@@ -38,6 +38,14 @@
home-environment-with-provenance))
+;;; Comment:
+;;;
+;;; This module provides a <home-environment> record for managing
+;;; per-user packages and configuration files in the similar way as
+;;; <operating-system> do for system packages and configuration files.
+;;;
+;;; Code:
+
(define-record-type* <home-environment> home-environment
make-home-environment
home-environment?