Re: EXWM

2021-10-17 Thread Jan Nieuwenhuizen
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

Using G-Expressions for public keys (substitutes and possibly more)

2021-10-17 Thread Liliana Marie Prikler
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.