From ff2d7581b4aaafc9e0f0361a6f67296e103b70eb Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 12 Nov 2023 23:11:54 +0100 Subject: Extend home services where possible This should make it easier to move to a proper service-type for this in the future. --- tw/home.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tw/home.scm') diff --git a/tw/home.scm b/tw/home.scm index 92b1f580..7f745688 100644 --- a/tw/home.scm +++ b/tw/home.scm @@ -155,7 +155,8 @@ (define-public %common-services (list - (service home-zsh-service-type + (simple-service 'zshrc home-zsh-service-type + ;; `home-zsh-configuration's are merged, so we can extend `home-zsh-service-type'. (home-zsh-configuration (zshrc (list (local-file "home/files/zshrc") (local-file "home/files/prompt.zsh"))))) @@ -422,7 +423,7 @@ show_border=1 (stop #~(make-kill-destructor))))) ;; The dbus service doesn't seem to be added automatically. - (service home-dbus-service-type) + (simple-service 'force-activate-dbus home-dbus-service-type #t) (simple-service 'common-gui-services home-shepherd-service-type (list -- cgit v1.2.3