Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(modules/taskwarrior): Print hook `die` to stderr | Benedikt Peetz | 34 hours |
| | |||
* | fix(modules/lf/ctpv/prev): Remove html preview | Benedikt Peetz | 35 hours |
| | | | | This detected too many files as html and as such was quite bothersome. | ||
* | fix(modules/lf/ctpv/prev): Add required dependencies to previewers | Benedikt Peetz | 35 hours |
| | |||
* | refactor(modules/timewarrior): Update the time tracking hooks | Benedikt Peetz | 35 hours |
| | | | | | Both of them depended on the outdated `taskw` python package, that still used taskwarrior 2.6. | ||
* | fix(modules/taskwarrior): Completely move to taskwarrior3 | Benedikt Peetz | 37 hours |
| | |||
* | refactor(modules/lf/ctpv): Migrate the previewers to pkgs.writeShellApplication | Benedikt Peetz | 37 hours |
| | |||
* | feat(modules/lf/ctpv/application/x-pem-file): Include previewer | Benedikt Peetz | 37 hours |
| | |||
* | style(treewide): Format | Benedikt Peetz | 37 hours |
| | |||
* | fix(treewide): Migrate to taskwarrior version 3 | Benedikt Peetz | 38 hours |
| | |||
* | fix(modules/tskm): Allocate Firefox profile id's consecutively | Benedikt Peetz | 38 hours |
| | | | | | | 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. | ||
* | fix(modules/firefox): Sort the languages according to my preference | Benedikt Peetz | 38 hours |
| | |||
* | fix(modules/common): Correctly specify the `projects.json` file | Benedikt Peetz | 39 hours |
| | |||
* | fix(modules/timewarrior): Use the correct attribute path for the taskwarrior ↵ | Benedikt Peetz | 39 hours |
| | | | | config | ||
* | refactor(modules/legacy/pkgs): Remove rarely used packages | Benedikt Peetz | 39 hours |
| | | | | | I can (and often already do) use them via `nix shell n#<pkgs>`, so having them always available seems unnecessary. | ||
* | fix(modules/nix): Don't keep failed build directories | Benedikt Peetz | 39 hours |
| | | | | | | | 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. | ||
* | docs(modules): Add FIXME/TODO comments | Benedikt Peetz | 39 hours |
| | |||
* | refactor(treewide): Remove unneeded lambda arguments with deadnix | Benedikt Peetz | 39 hours |
| | | | | | | | The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ``` | ||
* | chore(modules/default.nix): Remove planned coImport function usage | Benedikt Peetz | 40 hours |
| | | | | | Support for this has been removed upstream (and it is not really useful either way.) | ||
* | chore(module/legacy/conf/{firefox,timewarrior,taskwarrior}): Remove remnants | Benedikt Peetz | 43 hours |
| | |||
* | fix(modules/lf/commands/thrash_*): Support paths with spaces in them | Benedikt Peetz | 43 hours |
| | | | | Oherwise `./some thrash path` would not work. | ||
* | fix(modules/lf/commands/open): Explicitly use `handlr-regex` instead of ↵ | Benedikt Peetz | 43 hours |
| | | | | `xdg-open` | ||
* | refactor(treewide): neorg -> tskm | Benedikt Peetz | 43 hours |
| | |||
* | refactor(modules/timewarrior): Migrate to by-name | Benedikt Peetz | 44 hours |
| | |||
* | feat(modules/tskm): Init module | Benedikt Peetz | 44 hours |
| | | | | | This module does what was previously squashed into the firefox, taskwarrior and nvim modules. | ||
* | feat(modules/legacy/taskwarrior): Migrate to by-name | Benedikt Peetz | 44 hours |
| | |||
* | refactor(modules/legacy/firefox): Move to by-name | Benedikt Peetz | 4 days |
| | | | | | This also improves the arkanfox-integration and the profile id generation. | ||
* | refactor(treewide): Remove `river_init_lesser` | Benedikt Peetz | 4 days |
| | | | | This was moved in-tree a while ago. | ||
* | refactor(modules/legacy/wms): Remove | Benedikt Peetz | 4 days |
| | | | | This code has been dead since it was added. | ||
* | fix(modules/lf/commands): Also include a coreutils implementation | Benedikt Peetz | 6 days |
| | |||
* | fix(modules/lf/commands): Add needed dependencies of the helpers.sh | Benedikt Peetz | 6 days |
| | |||
* | fix(modules/lf/commands): Avoid inheriting the path by default | Benedikt Peetz | 6 days |
| | | | | | | 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. | ||
* | fix(modules/lf/commands/dragon-*): Use new `dragon-drop` name | Benedikt Peetz | 6 days |
| | | | | The old name conflicted with KDE's dragon media player. | ||
* | fix(modules/{atuin,zsh}): Avoid atuin keymaps overriding mine | Benedikt Peetz | 7 days |
| | |||
* | revert: "fix(modules/legacy/mail/soispha): Use new mail-server" | Benedikt Peetz | 7 days |
| | | | | This reverts commit 1f3909f13064e79e77283b2d27c9340b8a504c84. | ||
* | fix(modules/legacy/mail/soispha): Use new mail-server | Benedikt Peetz | 7 days |
| | |||
* | fix(modules/legacy/conf/beets): Disable the xtractor plugin | Benedikt Peetz | 8 days |
| | | | | | This plugin never worked (because of some issue with gaia), but now it also stopped to build. | ||
* | fix(modules/legacy/conf/neomutt): Upload changed imap boxes again | Benedikt Peetz | 8 days |
| | | | | Otherwise, newly added Sent mail stays not-synced. | ||
* | build(treewide): Update | Benedikt Peetz | 8 days |
| | |||
* | fix(modules/legacy/conf/firefox/search): Use search engine ID instead of name | Benedikt Peetz | 8 days |
| | | | | The ID is newly supported and the name deprecated. | ||
* | fix(modules/nvim/plgs/telescope/extensions/bibtex): Disable | Benedikt Peetz | 8 days |
| | | | | This is not used much, and I can wait until it is in nixpkgs. | ||
* | fix(modules/nvim/plgs/lf-nvim): Use the package from my nixpgks pr | Benedikt Peetz | 8 days |
| | |||
* | fix(modules/xdg): Migrate to the merged xdg-desktop-terminal-filechooser | Benedikt Peetz | 8 days |
| | |||
* | refactor(pkgs/{yti,spodi,git-cleanup,nato,sort_song,virsh-del}): Remove | Benedikt Peetz | 8 days |
| | | | | I have not used one of these commands in the last 8 months. | ||
* | fix(modules/legacy/conf/mail/git-credential-helper): Exit cleanly if ↵ | Benedikt Peetz | 2025-03-10 |
| | | | | passwordCommand fails | ||
* | build(treewide): Update | Benedikt Peetz | 2025-03-03 |
| | |||
* | fix(modules/legacy/conf/mail): Actually add the password, when triggering ↵ | Benedikt Peetz | 2025-02-22 |
| | | | | the git helper | ||
* | fix(modules/legacy/conf/firefox/config/prefs/override.js): Never show bookmarks | Benedikt Peetz | 2025-02-22 |
| | | | | There are no bookmarks to show. | ||
* | build(pkgs/yt): Update | Benedikt Peetz | 2025-02-22 |
| | |||
* | build(treewide): Update | Benedikt Peetz | 2025-02-22 |
| | |||
* | fix(modules/legacy/pkgs): Remove unneeded packages | Benedikt Peetz | 2025-02-04 |
| | | | | I have not used most of them since at least a year. |