StumpWM
StumpWM (repo) is the window manager I prefer (falling back to i3 and mate, in that order). It's written in CommonLisp.
sbcl: failed to require sb-cltl2
Every time I've seen this, it's a mismatched or unset
SBCL_HOME
. On NixOS:
environment.variables = { SBCL_HOME = "/run/current-system/sw/lib/sbcl"; };
breakage on 25.05
On NixOS 25.05, it looks like stumpwm is broken: many of the Lisp modules required are compiled for SBCL 2.5.4, but StumpWM is pinned to 2.4.10.
I haven't figured this out yet.