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
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
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
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