From c42618b19422a5b85a43274c8e75b12d87dd08f7 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 15 Nov 2023 19:38:20 +0100 Subject: Fix zsh service extension --- tw/home.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tw') 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"))))) -- cgit v1.2.3