about summary refs log tree commit diff
path: root/guix/system.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/system.scm')
-rw-r--r--guix/system.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/system.scm b/guix/system.scm
index f8c329d..8d280c0 100644
--- a/guix/system.scm
+++ b/guix/system.scm
@@ -3,7 +3,7 @@
 
 (use-modules (gnu)
              (gnu system setuid))
-(use-service-modules avahi desktop dns networking nix sound ssh xorg)
+(use-service-modules avahi desktop dict dns networking nix sound ssh xorg)
 
 (operating-system
   (locale "en_DK.utf8")
@@ -67,6 +67,7 @@
            (service x11-socket-directory-service-type)
            (service pulseaudio-service-type)
            (service alsa-service-type)
+           (service dicod-service-type)
            (service nix-service-type)
            %base-services))
   (kernel-arguments (cons "modprobe.blacklist=pcspkr"