summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorAndrew Tropin <andrew@trop.in>2021-08-27 09:58:56 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2021-09-09 19:54:54 +0300
commita0a914a9a4aa38f66eac828065f114ebfa424e10 (patch)
tree70a6af87befda9d725d93d5a9e3133c7fc98faac /gnu/local.mk
parent6d2e3168ce9efd5149cb093b253ed1ce0ff4c3c2 (diff)
downloadguix-patches-a0a914a9a4aa38f66eac828065f114ebfa424e10.tar
guix-patches-a0a914a9a4aa38f66eac828065f114ebfa424e10.tar.gz
home-services: Add helper functions for service configurations.
* gnu/home-services/configuration.scm (helper functions): New variables. * gnu/local.mk (GNU_SYSTEM_MODULES): Add home-services/configuration.scm. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 303300bbf0..3af20a6cd9 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -76,6 +76,7 @@ GNU_SYSTEM_MODULES = \
%D%/home-services.scm \
%D%/home-services/symlink-manager.scm \
%D%/home-services/fontutils.scm \
+ %D%/home-services/configuration.scm \
%D%/image.scm \
%D%/packages.scm \
%D%/packages/abduco.scm \