help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: stumpwm on guix - "sb-cltl2" issues


From: Benjamin Slade
Subject: Re: stumpwm on guix - "sb-cltl2" issues
Date: Sat, 02 Jul 2022 19:31:40 -0600
User-agent: mu4e 1.8.3; emacs 28.1.50

I think I finally figured out how to get (my) StumpWM configuration to work on 
Guix:

- add (maybe only need one:)
  - to `.bashrc':
    ,----
    | export SBCL_HOME="$HOME/.guix-home/profile/lib/sbcl"
    `----
  - to Guix Home configuration, a home-environment variable `("SBCL_HOME" . 
"$HOME/.guix-home/profile/lib/sbcl")' configuration, e.g.:
    ,----
    | ....
    | (simple-service 'some-useful-env-vars-service
    |                 home-environment-variables-service-type
    |                 `(("SBCL_HOME" . "$HOME/.guix-home/profile/lib/sbcl")
    |                   ("GUIX_LOCPATH" . "$home/.guix-profile/lib/locale")
    |                   ....
    |                   ("LANG" . "en_GB.UTF-8")
    |                   ("LANGUAGE" . "en_GB")))
    | .....
    `----
- for my configuration I also needed to install the following packages:
  - `sbcl-local-time'
  - `sbcl-clx-xembed'
  - `sbcl-local-time'


reply via email to

[Prev in Thread] Current Thread [Next in Thread]