Good afternoon,
Could anyone please share a working configuration for dual booting
windows and guix? I have to use windows for work, but use Linux for
everything else. I want to put guix on my work laptop so I can stick
with Linux when travelling (I am self employed, so there are no IT
restri
Good morning Guix,
I have a working stumpwm config which I use on my desktop gentoo
installation, and I want to use the same configuration file under guix.
Unfortunately I run into a problem as when stumpwm starts, it complains
it can't find package "ql". Quicklisp is installed in my user home
Hi Felix,
Thanks for the response!
On 25/12/2022 04:29, Felix Lechner wrote:
Hi Paul,
On Sat, Dec 24, 2022 at 1:46 AM Paul Jewell via wrote:
I want to use the same configuration file under guix.
Unfortunately I run into a problem as when stumpwm starts, it complains
it can't find pa
Hi Trev,
Thanks for the reply!
On 25/12/2022 07:41, Trev wrote:
Paul Jewell via writes:
Good morning Guix,
I have a working stumpwm config which I use on my desktop gentoo
installation, and I want to use the same configuration file under guix.
Unfortunately I run into a problem as when
On 25/12/2022 08:05, Paul Jewell via wrote:
I have now gone down this path, and nearly everything is working as
expected. The only problem I am tripping up with is sbcl-slime-swank
is trying to (require 'sb-cltl2) and failing, even though I have added
sbcl-trivial-cltl2 to my s
Good afternoon,
I have a home configuration which has worked without issue for some
time, but now I wanted to add the configuration files for urxvt:
(home-environment
(packages ...)
(services
(list
...
(simple-service 'urxvt-config
home-files-service-type
On 26/12/2022 14:53, Paul Jewell via wrote:
Good afternoon,
I have a home configuration which has worked without issue for some
time, but now I wanted to add the configuration files for urxvt:
(home-environment
(packages ...)
(services
(list
...
(simple-service '
Good morning!
While working on my home configuration, I came across a problem with
guile. After starting guile, regardless of what ever I enter, I get the
correct response, followed by the error "Fatal Error: glibc detected an
invalid stdio handle" and guile aborting.
After spending time dis