summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorAndrew Tropin <andrew@trop.in>2021-08-27 10:03:02 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2021-09-09 19:54:54 +0300
commit9a2e9a6144c6adaa77ce0881ff4d7b5fbf5526bc (patch)
tree774db5fdc6165770fc2d468d83ce7f1351605198 /gnu/local.mk
parenta0a914a9a4aa38f66eac828065f114ebfa424e10 (diff)
home-services: Add shells.
* gnu/home-services/shells.scm (home-shell-profile-service-type, home-shell-profile-configuration) (home-bash-service-type, home-bash-configuration, home-bash-extension) (home-zsh-service-type, home-zsh-configuration, home-zsh-extension) (home-fish-service-type, home-fish-configuration, home-fish-extension): New variables. * gnu/local.mk (GNU_SYSTEM_MODULES): Add home-services/shells.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 3af20a6cd9..63b8a2a1d0 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -77,6 +77,7 @@ GNU_SYSTEM_MODULES = \
%D%/home-services/symlink-manager.scm \
%D%/home-services/fontutils.scm \
%D%/home-services/configuration.scm \
+ %D%/home-services/shells.scm \
%D%/image.scm \
%D%/packages.scm \
%D%/packages/abduco.scm \