summary refs log tree commit diff
path: root/gnu/services/base.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2022-12-20 13:50:49 -0800
committerVagrant Cascadian <vagrant@debian.org>2022-12-20 13:50:49 -0800
commit0f8e17f615961c5ca114452f1f98cfa8f433a7a8 (patch)
tree7d3f12c77f4038aa973f4c1cf4b58f4d9b6aa856 /gnu/services/base.scm
parentf64c0f6979d35180db4731901442b52aa713e74e (diff)
parent25f702449c8683b3ec78b2e4a5728e700462e5a2 (diff)
downloadguix-0f8e17f615961c5ca114452f1f98cfa8f433a7a8.tar.gz
Merge remote-tracking branch 'origin/master' into wip-guile-ssh-0.16
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).")))