diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2022-12-19 17:38:37 +0100 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2022-12-20 11:11:23 +0100 |
commit | bbd11199e6856ded8d75468a16789715b6817b45 (patch) | |
tree | 04121fa3de2ea4736d499163e7c505b0f8db87f8 /gnu/services | |
parent | bd6d76b8a44bb14dedaed070b7056f2f56c2e161 (diff) |
services:·kmscon:·Display·CJK·characters.
Follow-up·to d7d049fdcd80e27a42b31766890f589f482a4f23.
* gnu/services/base.scm·(kmscon-service-type):·Use·GNU·Unifont,
which bundles CJK glyphs from WenQuanYi and elsewhere.
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/base.scm | 4 |
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)."))) |