aboutsummaryrefslogtreecommitdiff
path: root/systems/koi.scm
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-10-08 13:32:10 -0600
committerKenny Ballou <kb@devnulllabs.io>2022-10-08 13:32:37 -0600
commit2caacdf8189c885269db4bc982995d5e935b9239 (patch)
tree24f539cc06d64534281ea489ca6bd6cba5b54c60 /systems/koi.scm
parent78de8e86c00ec08d6a2caa3ca915a3f4ed5a7d11 (diff)
downloaddotfiles-2caacdf8189c885269db4bc982995d5e935b9239.tar.gz
dotfiles-2caacdf8189c885269db4bc982995d5e935b9239.tar.xz
systems: enable and use local dictionary daemon
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'systems/koi.scm')
-rw-r--r--systems/koi.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/koi.scm b/systems/koi.scm
index 2c2954b0..df846305 100644
--- a/systems/koi.scm
+++ b/systems/koi.scm
@@ -29,6 +29,7 @@
#:use-module (kbg packages profiles base)
#:use-module (kbg packages profiles desktop)
#:use-module (kbg services desktop)
+ #:use-module (kbg services dict)
#:use-module (kbg services nftables)
#:use-module ((kbg system mcron) :prefix mcron:)
#:use-module (kbg system xorg))
@@ -167,6 +168,7 @@
(service cups-service-type
(cups-configuration
(web-interface? #t)))
+ dictionary-service
(set-xorg-configuration
(xorg-configuration
(keyboard-layout keyboard-layout)