aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/base.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/services/base.scm')
-rw-r--r--gnu/services/base.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 52b94e060b..6993e1f174 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -2494,11 +2494,11 @@ notably to select, copy, and paste text. The default options use the
#$kmscon-command
;; The installer needs to be able to display glyphs from
- ;; various scripts, so give it access to freefont.
+ ;; various scripts, so give it access to unifont.
;; TODO: Make this configurable.
#:environment-variables
(list (string-append "XDG_DATA_DIRS="
- #$font-gnu-freefont "/share"))))
+ #$font-gnu-unifont "/share"))))
(stop #~(make-kill-destructor)))))
(description "Start the @command{kmscon} virtual terminal emulator for the
Linux @dfn{kernel mode setting} (KMS).")))