| Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
I can (and often already do) use them via `nix shell n#<pkgs>`, so
having them always available seems unnecessary.
|
|
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
```
|
|
|
|
|
|
Support for this has been removed upstream (and it is not really useful
either way.)
|
|
|
|
|
|
|
|
|
|
Oherwise `./some thrash path` would not work.
|
|
`xdg-open`
|
|
|
|
|
|
|
|
This module does what was previously squashed into the firefox,
taskwarrior and nvim modules.
|
|
|
|
This improves upon neorg by integrating it better into the system
context.
|
|
This also improves the arkanfox-integration and the profile id
generation.
|
|
This was moved in-tree a while ago.
|
|
This code has been dead since it was added.
|
|
|
|
|
|
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.
|