Dual booting

2022-07-28 Thread Paul Jewell via
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

Stumpwm & using Lisp in guix - particularly quicklisp

2022-12-24 Thread Paul Jewell via
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

Re: Stumpwm & using Lisp in guix - particularly quicklisp

2022-12-24 Thread Paul Jewell via
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

Re: Stumpwm & using Lisp in guix - particularly quicklisp

2022-12-25 Thread Paul Jewell via
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

Re: Stumpwm & using Lisp in guix - particularly quicklisp

2022-12-26 Thread Paul Jewell via
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

home-files-service-type - naming restrictions?

2022-12-26 Thread Paul Jewell via
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

Re: home-files-service-type - naming restrictions?

2022-12-26 Thread Paul Jewell via
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 '

guile "Fatal Error: glibc detected an invalid stdio handle"

2023-01-09 Thread Paul Jewell via
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