From 994c66bf846774da5104537ef1037d6a5bc56995 Mon Sep 17 00:00:00 2001 From: Andrew Tropin Date: Mon, 30 Aug 2021 12:07:48 +0300 Subject: gnu: home: Add doc comment about the module. Signed-off-by: Oleg Pykhalov --- gnu/home.scm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gnu/home.scm') 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 record for managing +;;; per-user packages and configuration files in the similar way as +;;; do for system packages and configuration files. +;;; +;;; Code: + (define-record-type* home-environment make-home-environment home-environment? -- cgit v1.2.3