diff options
Diffstat (limited to 'gnu/home.scm')
-rw-r--r-- | gnu/home.scm | 8 |
1 files changed, 8 insertions, 0 deletions
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 <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? |