aboutsummaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-11-12 23:11:54 +0100
committerTimo Wilken2023-11-12 23:11:54 +0100
commitff2d7581b4aaafc9e0f0361a6f67296e103b70eb (patch)
tree822ca93f5ac5bb6cef20a5ff74252956016aec82 /tw/home.scm
parent77f41b59b56f7da6d9765b627a20486e87235d34 (diff)
Extend home services where possible
This should make it easier to move to a proper service-type for this in the future.
Diffstat (limited to 'tw/home.scm')
-rw-r--r--tw/home.scm5
1 files changed, 3 insertions, 2 deletions
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