Hi Fulbert,
Fulbert writes:
> For this to work though, I just had to correct a typo : add a `comma`
> (to _unquote_, if I'm not wrong) before the `(file-append …`.
> So, for reference :
>
> ;; At the top of the file
> (use-modules
> ...
> (ice-9 match))
>
> ;; Replace %desktop-service
On Sat, Jun 13, 2020 at 09:18:18PM -0700, John Soo wrote:
> Hello Fullbert,
>
> Fulbert writes:
>
> > Trying to change console font with the following in "services" section
> > of my system configuration file :
> >
> >
> > …
> > (services (append (list
> > …
> > (service
Hello Fullbert,
Fulbert writes:
> Trying to change console font with the following in "services" section
> of my system configuration file :
>
>
> …
> (services (append (list
> …
> (service console-font-service-type
> `(("tty3" . ,(file-append font-terminus
>
Hi Guixers,
(define myself (guix-noob-user (not (programmer
Trying to change console font with the following in "services" section
of my system configuration file :
…
(services (append (list
…
(service console-font-service-type
`(("tty3" . ,(file-appe
Hi Guixers,
(define myself (guix-noob-user (not (programmer
Trying to change console font with the following in "services" section
of my system configuration file :
…
(services (append (list
…
(service console-font-service-type
`(("tty3" . ,(file-appen