summary refs log tree commit diff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorAndrew Tropin <andrew@trop.in>2021-08-05 08:45:38 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2021-09-09 19:54:53 +0300
commit3588bb0f4a55859bd662fe1235264d69476bd415 (patch)
tree929ffa54ff2532d5ab856cade6a55685e2104ff0 /gnu/local.mk
parent77674643a390c33ba63fde65be0da2cc135f49a7 (diff)
downloadguix-3588bb0f4a55859bd662fe1235264d69476bd415.tar.gz
home-services: Add most essential home services.
* gnu/home-services.scm (home-service-type, home-profile-service-type)
(home-environment-variables-service-type, home-files-service-type)
(home-run-on-first-login-service-type, home-activation-service-type): New
variables.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add home-services.scm.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 2a56c4a9e2..73190b7fad 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -44,6 +44,7 @@
 # Copyright © 2021 Arun Isaac <arunisaac@systemreboot.net>
 # Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
 # Copyright © 2021 Dmitry Polyakov <polyakov@liltechdude.xyz>
+# Copyright © 2021 Andrew Tropin <andrew@trop.in>
 #
 # This file is part of GNU Guix.
 #
@@ -72,6 +73,7 @@ GNU_SYSTEM_MODULES =				\
   %D%/bootloader/u-boot.scm                     \
   %D%/bootloader/depthcharge.scm                \
   %D%/ci.scm					\
+  %D%/home-services.scm                         \
   %D%/image.scm					\
   %D%/packages.scm				\
   %D%/packages/abduco.scm			\