Hi, John Soo skribis: > From cb4cf2b72766d4416fe5d2dc69a03914ec3c06c4 Mon Sep 17 00:00:00 2001 > From: John Soo > Date: Wed, 18 Mar 2020 08:33:59 -0700 > Subject: [PATCH] doc: guix.texi: Add console-font-service-type to Base > Services. > > * doc/guix.texi (Base Services): Add console-font-service-type. Applied with this changes: > +@defvr {Scheme Variable} console-font-service-type @var{tty-font-pairs} Remove @var{tty-font-pairs}. > +@lisp > +'((\"tty1\" . \"LatGrkCyr-8x16\") > + (\"tty2\" . (file-append > + font-tamzen > + \"/share/kbd/consolefonts/TamzenForPowerline10x20.psf\")) Changed to quasiquote/unquote as needed (same in gnu/services/base.scm, which had the same typo), and \" → ". Thanks, Ludo’.