>>106206027
So my fonts file would be something like my image, right?
Also in the nonguix guide it mentions that I could replace the signing-key I've downloaded with a declaration with the key on config.scm itself with
(plain-file "non-guix.pub"
"
But then I wouldn't have any .pub key to authorize as it says right after (sudo guix archive --authorize < signing-key.pub) does it mean that I don't need to do this step if I declare it directly on the configuration? Seems to be the best option to do that then.