zanculmarktum
zanculmarktum
Why is it hard-coded in `cabal2nix`, though? I think it would make more sense to put it somewhere inside ``. I don't really understand the Haskell packaging in Nix, so...
What about this code? ```haskell primes [n] = [n] primes ns = [ n ++ [p] | n
Anyway, what are you gonna do about Xmobar? The new version starting from 0.45 [drops its support for Xft font in favor of Cairo/Pango](https://codeberg.org/xmobar/xmobar/src/tag/0.45#headline-1), so the font that you currently...