Re: Custom channel is making guix pull fail

2024-09-14 Thread Marek Paśnikowski
Luis Felipe writes: > I have a custom channel > (https://codeberg.org/luis-felipe/guix-channel-x) that had been working > fine for a very long time, but now running "guix pull" fails with the > following error: > > #+begin_quote > building /gnu/store/3aghnb3nbxmgl5f2fsjchz27iwsdz0rl-luflac-x.d

GUIX Chinese input method

2024-09-14 Thread 自学社自学社
Hello, I am Chinese. I like scheme very much, I just learned it. I want to use GUIX, but I can't set up fcitx5 to input Chinese. Can you provide a setting for me to refer to? Thank you

Re: Custom channel is making guix pull fail

2024-09-14 Thread Moisés Simón
Hola Luis, Regarding the issue I can't help but to use a local channel it has to start with file:// so: (url (string-append "file://" (getenv "HOME") "/guix-channel-x")) should do it El 13 de septiembre de 2024 17:14:16 UTC, Luis Felipe escribió: >Hi, > >Could you help me find out what I'm

GPG public key

2024-09-14 Thread Modaresi Soft Hard via
Hello. Where can I find gpg public of guix project for verifying isos?

Re: GPG public key

2024-09-14 Thread Tobias Geerinckx-Rice
Hi, On 2024-09-14 12:29, Modaresi Soft Hard via wrote: Hello. Where can I find gpg public of guix project for verifying isos? Releases are currently signed by the founder[0]. The authoritative source for the key[1] is GNU Savannah. There is no shared Guix key, but the key used to sign offi

Re: GUIX Chinese input method

2024-09-14 Thread Rodrigo Morales
自学社自学社 writes: > Hello, I am Chinese. I like scheme very much, I just learned it. I want to > use GUIX, but I can't set up fcitx5 to input Chinese. Can you provide a > setting for me to refer to? Thank you Are you planning to (1) do a system installation or (2) install Guix on top of an existing

Re: GUIX Chinese input method

2024-09-14 Thread Rodrigo Morales
自学社自学社 writes: > Hello, I am Chinese. I like scheme very much, I just learned it. I want to > use GUIX, but I can't set up fcitx5 to input Chinese. Can you provide a > setting for me to refer to? Thank you I don't know how to set-up fcitx5 in Guix, but there's a community of Guix Chinese users.

Could anyone using EXWM share their guix config?

2024-09-14 Thread Oleander via
How do you start EXWM automatically on tty login (without a display manager), enable audio, adjust brightness and what packages are required for a complete Xorg installation? I couldn't find much documentation on this and coming from Sway/Wayland I'm a bit lost. Thank you!

Re: Custom channel is making guix pull fail

2024-09-14 Thread Luis Felipe
El 14/09/24 a las 5:41, Moisés Simón escribió: Hola Luis, Ey, Moisés :) Regarding the issue I can't help but to use a local channel it has to start with file:// so: (url (string-append "file://" (getenv "HOME") "/guix-channel-x")) should do it Actually, I had already tried that, but I go

Re: Could anyone using EXWM share their guix config?

2024-09-14 Thread Ian Eure
Oleander via writes: How do you start EXWM automatically on tty login (without a display manager)... Guix seems to have some unique difficulties with `startx', which I don’t fully understand, but I’ve seen several folks in #guix struggling with it. I use the default gdm display manager.

Re: Could anyone using EXWM share their guix config?

2024-09-14 Thread Dr. Arne Babenhauserheide
Oleander via writes: > How do you start EXWM automatically on tty login (without a display manager), > enable audio, adjust brightness and what packages are required for a complete > Xorg installation? I just start xfce, then start Emacs, and then run M-x exwm-init. This is my setup: https://