Execute startxbmap at login to map Ctrl Caps to Escape

2023-03-16 Thread Rodrigo Morales
Table of Contents _ 1. The context 2. The question 3. Additional information 1 The context = I've been using Guix for around 1 month. I'd previously used Arch Linux. In Arch Linux, I mapped Caps Lock to Ctrl by inserting the following statement in my ~/.xinitrc

Set up the bluetooth - error : dbus-service-type: unbound variable

2023-03-16 Thread hub . lombard
Hello Guix! Wanting to use bluetooth devices, especially audio speakers, I have tried to inser in my /etc/config.scm some relevant gnu packages, modules, services... But I can't make it work My config: --8<---cut here---start->8--- (use-modules (gnu) (gnu servi

Re: Issue with 'guix shell' for Guile projects on non-Guix distros

2023-03-16 Thread Thompson, David
Hi Ludo, On Thu, Mar 16, 2023 at 11:55 AM Ludovic Courtès wrote: > > Hello, > > "Thompson, David" skribis: > > > Here's the context: Someone wants to build guile-goblins from a Git > > checkout using their non-Guix, FHS distro. However, they happen to > > have Guile 3 installed to /usr via the h

Re: Issue with 'guix shell' for Guile projects on non-Guix distros

2023-03-16 Thread Ludovic Courtès
Hello, "Thompson, David" skribis: > Here's the context: Someone wants to build guile-goblins from a Git > checkout using their non-Guix, FHS distro. However, they happen to > have Guile 3 installed to /usr via the host distro's package manager. I was going to suggest running ‘guix shell --check

Re: Is there any way to change what /bin/sh is inside `guix shell [--container]` ?

2023-03-16 Thread Ludovic Courtès
Hi Zack, "Zack Weinberg" skribis: > I'm doing experiments with using `guix shell --container` for isolated, > reproducible build environments. I've noticed that no matter how I set up > the container, `/bin/sh` points to a full-fat bash, even if the full bash > package was not included in th

Issue with 'guix shell' for Guile projects on non-Guix distros

2023-03-16 Thread Thompson, David
Hey everyone, At Spritely we've run into a situation where 'guix shell' doesn't "just work" for setting up a development environment and we're wondering about the best way to fix it. We're experiencing this issue with our guile-goblins project currently, but this appears to be a more general prob