aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2023-11-15 19:38:20 +0100
committerTimo Wilken2023-11-15 19:38:20 +0100
commitc42618b19422a5b85a43274c8e75b12d87dd08f7 (patch)
treef2a82bd9058e9644f8734063c1a18c3ec2ac1a8c
parent4b241a2408ed9a7c4dfdfbb54328cc048368af44 (diff)
Fix zsh service extension
-rw-r--r--tw/home.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/home.scm b/tw/home.scm
index 7f745688..2a6340c7 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -157,7 +157,7 @@
(list
(simple-service 'zshrc home-zsh-service-type
;; `home-zsh-configuration's are merged, so we can extend `home-zsh-service-type'.
- (home-zsh-configuration
+ (home-zsh-extension
(zshrc (list (local-file "home/files/zshrc")
(local-file "home/files/prompt.zsh")))))