Re: Running a shell command with home-run-on-change-service-type

2022-12-20 Thread Elias Kueny
On Tue, Dec 20 2022, Jelle Licht wrote: ... here you quasi-quote the service extension configuration with "`". To make use of a gexp in the expression, we need to unquote the gexp expression, so replace "#~" by ",#~". Thank you, this was the solution! I expected that replacing the quasi-quote

Running a shell command with home-run-on-change-service-type

2022-12-19 Thread Elias Kueny
Hello, I'm trying to extend the home-run-on-change-service-type service to run the fish command "fisher update" when the file ~/.config/fish/fish_plugins changed, so that fisher plugins are installed or removed by guix home reconfigure. My service definitions are: (define-module (modules she

Re: How to make audio devices available with guix shell --container

2022-12-06 Thread Elias Kueny
On Mon, Dec 05 2022, kiasoc5 wrote: About the sound, I believe you will need to expose the pulseaudio and/or pipewire sockets. You can reference bubblewrap configuration since it also works by sharing/exposing files. https://wiki.archlinux.org/title/Bubblewrap/Examples#Chromium Thank you, th

How to make audio devices available with guix shell --container

2022-12-05 Thread Elias Kueny
Hello, I'm trying to run an online videoconferencing tool in chromium in a guix shell with a container, so I expose my system as little as possible. All is well without the --container option, but I'm not sure what to expose to make it work in the container too. I'm on guix system. I'm starti