aboutsummaryrefslogtreecommitdiff
path: root/kbg
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-08-31 22:48:00 -0600
committerKenny Ballou <kb@devnulllabs.io>2022-08-31 22:49:15 -0600
commit90b85efb635aca202825192cbb39fc2b27eedf1f (patch)
treef53499da451ecc7bf7d6dc2e2cc35ed36e7ddba7 /kbg
parentfc9dd85fcecde54834a446f0ceac53b425f55a0d (diff)
downloaddotfiles-90b85efb635aca202825192cbb39fc2b27eedf1f.tar.gz
dotfiles-90b85efb635aca202825192cbb39fc2b27eedf1f.tar.xz
homes: bard: add bard configs
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'kbg')
-rw-r--r--kbg/services/config/dotfiles.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/kbg/services/config/dotfiles.scm b/kbg/services/config/dotfiles.scm
index e7185241..38cb160d 100644
--- a/kbg/services/config/dotfiles.scm
+++ b/kbg/services/config/dotfiles.scm
@@ -98,6 +98,10 @@
vale-config-service
xdg-config-service))
+(define bard-configs
+ (append guix-config-service
+ tmux-config-service))
+
(define (configs-for-host hostname)
(cond ((eq? hostname 'daeva)
daeva-configs)
@@ -107,4 +111,6 @@
koi-configs)
((eq? hostname 'owl)
owl-configs)
+ ((eq? hostname 'bard)
+ bard-configs)
(else '())))