Arun Isaac writes:
Hello,
>> My suggestion is simple: remove the added layer of complexity introduced
>> by the .exwm file; don't force a default Exwm config on the user.
>
> I think I agree with you now. I checked, and exwm indeed does not run
> when emacs is opened in the console even though my
Hi Guix,
let's say I wanted to add my own substitute server to my config.scm.
At the time of writing, I would have to add said server's public key to
the authorized-keys of my guix-configuration like so:
(cons* (local-file "my-key.pub") %default-authorized-guix-keys)
or similarily with append.