guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/21: gnu: home: Add doc comment about the module.


From: guix-commits
Subject: 14/21: gnu: home: Add doc comment about the module.
Date: Thu, 9 Sep 2021 13:33:37 -0400 (EDT)

wigust pushed a commit to branch wip-guix-home
in repository guix.

commit 994c66bf846774da5104537ef1037d6a5bc56995
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Mon Aug 30 12:07:48 2021 +0300

    gnu: home: Add doc comment about the module.
    
    Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
---
 gnu/home.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/home.scm b/gnu/home.scm
index a53d271..f4c9359 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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]