mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
services:·kmscon:·Display·CJK·characters.
Follow-up·to d7d049fdcd
.
* gnu/services/base.scm·(kmscon-service-type):·Use·GNU·Unifont,
which bundles CJK glyphs from WenQuanYi and elsewhere.
This commit is contained in:
parent
bd6d76b8a4
commit
bbd11199e6
1 changed files with 2 additions and 2 deletions
|
@ -2494,11 +2494,11 @@ (define kmscon-command
|
||||||
#$kmscon-command
|
#$kmscon-command
|
||||||
|
|
||||||
;; The installer needs to be able to display glyphs from
|
;; 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.
|
;; TODO: Make this configurable.
|
||||||
#:environment-variables
|
#:environment-variables
|
||||||
(list (string-append "XDG_DATA_DIRS="
|
(list (string-append "XDG_DATA_DIRS="
|
||||||
#$font-gnu-freefont "/share"))))
|
#$font-gnu-unifont "/share"))))
|
||||||
(stop #~(make-kill-destructor)))))
|
(stop #~(make-kill-destructor)))))
|
||||||
(description "Start the @command{kmscon} virtual terminal emulator for the
|
(description "Start the @command{kmscon} virtual terminal emulator for the
|
||||||
Linux @dfn{kernel mode setting} (KMS).")))
|
Linux @dfn{kernel mode setting} (KMS).")))
|
||||||
|
|
Loading…
Reference in a new issue