| Commit message (Collapse) | Author | Age |
|
|
|
| |
Otherwise, in path reduced circumstances, `sh` might not be in PATH.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
datetime
|
| |
|
|
|
|
| |
`task _get` is not influenced by a temporary CLI override.
|
| |
|
|
|
|
| |
This detected too many files as html and as such was quite bothersome.
|
| |
|
|
|
|
|
| |
Both of them depended on the outdated `taskw` python package, that still
used taskwarrior 2.6.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Firefox apparently needs to have ID's staring from 0 and then counting
up. This seems like an implementation detail leaking out, but … well
it's Firefox.
|
| |
|
|
|
|
| |
config
|
|
|
|
|
|
|
| |
This feature might be useful, but nix also keeps all transitive
dependencies of the failed build. This means that if a big build fails
(which might happen repeatably if I debug the build), then the
temp directory might fill itself leading to a full system oom.
|
| |
|
|
|
|
|
|
|
| |
The command was:
```
deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim
```
|
|
|
|
| |
Oherwise `./some thrash path` would not work.
|
|
|
|
| |
`xdg-open`
|
| |
|
| |
|
|
|
|
|
| |
This module does what was previously squashed into the firefox,
taskwarrior and nvim modules.
|
| |
|
|
|
|
|
| |
This also improves the arkanfox-integration and the profile id
generation.
|
|
|
|
| |
This was moved in-tree a while ago.
|
| |
|
| |
|
|
|
|
|
|
| |
All the commands should have their respective dependencies set.
The ones that need external commands (i.e., `execute`) can opt into
keeping their path set.
|
|
|
|
| |
The old name conflicted with KDE's dragon media player.
|
| |
|
|
|
|
| |
This is not used much, and I can wait until it is in nixpkgs.
|
| |
|
| |
|