| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The error message was:
timeout: impossible d'exécuter la commande « -- »: Aucun fichier ou dossier de ce type
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
I've already sent a patch [0] upstream to include it.
[0]: https://issues.guix.gnu.org/61823
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The programs.less modules is enabled by default by NixOS, and injects
some nasty global environment variables ($LESSOPEN and
$LESSKEYIN_SYSTEM), which make the experience of using less(1) much
worse and slower.
So instead on doing an 'unset LESSOPEN' or something similar, I chose to
simply disable it, and stick to the less(1) from Guix Home.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
For long file names or long code lines, that don't fit on half the
screen.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
From the (xyz euandreh queue) module, for the clipctl(1) functionality.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
I'm using only Docker for virtualization on this computer.
|