summaryrefslogtreecommitdiff
path: root/home/config.scm
diff options
context:
space:
mode:
Diffstat (limited to 'home/config.scm')
-rw-r--r--home/config.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/config.scm b/home/config.scm
index 36802f1..2fc881a 100644
--- a/home/config.scm
+++ b/home/config.scm
@@ -62,6 +62,7 @@
#:use-module (guix build-system go)
#:use-module (gnu home services pm)
#:use-module (gnu home services xdg)
+ #:use-module (gnu home services dict)
#:use-module (nongnu packages game-client)
#:use-module (nongnu packages mozilla))
@@ -216,6 +217,8 @@
(service home-dbus-service-type)
+ (service home-dicod-service-type)
+
(simple-service 'extend-home
home-environment-variables-service-type
`(("PATH" . "${PATH}:~/go/bin:~/.cargo/bin:~/.local/bin")))