| Commit message (Collapse) | Author |
|
|
|
The command was:
```
deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim
```
|
|
|
|
|
|
|
|
|
|
This also improves the arkanfox-integration and the profile id
generation.
|
|
This reverts commit 1f3909f13064e79e77283b2d27c9340b8a504c84.
|
|
|
|
This plugin never worked (because of some issue with gaia), but now it
also stopped to build.
|
|
Otherwise, newly added Sent mail stays not-synced.
|
|
|
|
The ID is newly supported and the name deprecated.
|
|
passwordCommand fails
|
|
|
|
the git helper
|
|
There are no bookmarks to show.
|
|
|
|
|
|
|
|
|
|
|
|
with noogle
noogle.dev is actually up-to-date, whilst the manuals have not been
updated since 23.11. This is simply because they were experiments and
prove of concepts for a paged nixpkgs/lib manual.
|
|
I have not used them in ages.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This notable excludes a `nixpkgs-unstable` update, because a rather big
LLVM package needs to be build from source, which is not feasible.
|
|
not redirected
Otherwise, the redirected output is hindered with this status message.
We could also just print it to stderr every time instead, but that seems to easy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Nixpkgs has renamed their `mpc-cli` package to just `mpc`, turning this
`mpc` package into an override for the official nixpkgs one. I think
being explicit about the fact, that `mpc` is wrapped is the best
solution here.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Using hard-coded values could result in desyncs.
|
|
|
|
|
|
|