mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 03:51:53 +02:00
gnu: home: Add doc comment about the module.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
committed by
Oleg Pykhalov
parent
a307b51ea8
commit
994c66bf84
@@ -38,6 +38,14 @@
|
|||||||
|
|
||||||
home-environment-with-provenance))
|
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
|
(define-record-type* <home-environment> home-environment
|
||||||
make-home-environment
|
make-home-environment
|
||||||
home-environment?
|
home-environment?
|
||||||
|
|||||||
Reference in New Issue
Block a user