Re: Guix Home errors

2021-12-11 Thread Justin Veilleux
I don't know this was the cause of your problem, but one line in the aliases looks suspicious to me. > (aliases >    '(("E='SUDO_EDITOR" . "emacsclient -t -a emacs") >  ("e" . "emacsclient -t"))) It seems like you didn't close your single quote in "E='SUDO_EDITOR"

Re: Guix Home errors

2021-12-11 Thread Caleb Herbert
On 12/11/21 16:30, Justin Veilleux wrote: I don't know this was the cause of your problem, but one line in the aliases looks suspicious to me. > (aliases >    '(("E='SUDO_EDITOR" . "emacsclient -t -a emacs") >  ("e" . "emacsclient -t"))) It seems like you didn't cl

Guix Home errors

2021-12-11 Thread Caleb Herbert
Anybody have expierence with Guix Home? I am getting the following error when I open a new terminal window. Attached is an archive containing the error messages and the contents of my Guix Home configuration directory. https://bluehome.net/csh/2021/12/11/guix-home-error.tar.xz