gnu: home: Add doc comment about the module.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
Andrew Tropin 2021-08-30 12:07:48 +03:00 committed by Oleg Pykhalov
parent a307b51ea8
commit 994c66bf84
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 8 additions and 0 deletions

View File

@ -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?