gnu: home: Add doc comment about the module.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
parent
a307b51ea8
commit
994c66bf84
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user