| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
OR ELSE!
|
|
|
|
|
|
|
|
|
|
|
| |
As serial devices have the "dialout" rw group permissions:
$ l /dev/tty[A-Z]*
crw-rw---- 1 root dialout 166, 0 oct. 17 09:15 /dev/ttyACM0
crw-rw---- 1 root dialout 4, 64 oct. 14 01:07 /dev/ttyS0
crw-rw---- 1 root dialout 4, 65 oct. 7 06:40 /dev/ttyS1
crw-rw---- 1 root dialout 4, 66 oct. 7 06:40 /dev/ttyS2
crw-rw---- 1 root dialout 4, 67 oct. 7 06:40 /dev/ttyS3
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit 541f6250b6867e729f5a96234f185df7f1c68711.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
remote relays
|
|
|
|
| |
euandre.org
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
I'm using only Docker for virtualization on this computer.
|
| |
|
| |
|
|
|
|
| |
Get manpages and documentation from Guix Home, now.
|
|
|
|
| |
Get completion configuration from Guix Home, now.
|
| |
|
| |
|
| |
|
| |
|
| |
|