Commit message (Collapse) | Author | ||
---|---|---|---|
3 hours | fix(modules/timewarrior): Use the correct attribute path for the taskwarrior ↵ | Benedikt Peetz | |
config | |||
3 hours | refactor(modules/legacy/pkgs): Remove rarely used packages | Benedikt Peetz | |
I can (and often already do) use them via `nix shell n#<pkgs>`, so having them always available seems unnecessary. | |||
3 hours | fix(modules/nix): Don't keep failed build directories | Benedikt Peetz | |
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. | |||
3 hours | docs(modules): Add FIXME/TODO comments | Benedikt Peetz | |
3 hours | refactor(treewide): Remove unneeded lambda arguments with deadnix | Benedikt Peetz | |
The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ``` | |||
3 hours | feat(flake): Add `deadnix` to the dev shell | Benedikt Peetz | |
3 hours | refactor(hosts): Remove the unmaintained hosts | Benedikt Peetz | |
3 hours | chore(modules/default.nix): Remove planned coImport function usage | Benedikt Peetz | |
Support for this has been removed upstream (and it is not really useful either way.) | |||
3 hours | fix(pkgs/tskm): Add context to some errors | Benedikt Peetz | |
3 hours | feat(pkgs/tskm): Support listing the open tabs in a project | Benedikt Peetz | |
6 hours | fix(pkgs/tskm): Remove typos | Benedikt Peetz | |
6 hours | chore(module/legacy/conf/{firefox,timewarrior,taskwarrior}): Remove remnants | Benedikt Peetz | |
6 hours | fix(modules/lf/commands/thrash_*): Support paths with spaces in them | Benedikt Peetz | |
Oherwise `./some thrash path` would not work. | |||
6 hours | fix(modules/lf/commands/open): Explicitly use `handlr-regex` instead of ↵ | Benedikt Peetz | |
`xdg-open` | |||
6 hours | fix(hosts/apzu): Avoid making mouse clicks impossible in river | Benedikt Peetz | |
6 hours | refactor(treewide): neorg -> tskm | Benedikt Peetz | |
7 hours | refactor(modules/timewarrior): Migrate to by-name | Benedikt Peetz | |
7 hours | feat(modules/tskm): Init module | Benedikt Peetz | |
This module does what was previously squashed into the firefox, taskwarrior and nvim modules. | |||
7 hours | feat(modules/legacy/taskwarrior): Migrate to by-name | Benedikt Peetz | |
7 hours | feat(pkgs/neorg): Rewrite in rust | Benedikt Peetz | |
This improves upon neorg by integrating it better into the system context. | |||
2 days | refactor(modules/legacy/firefox): Move to by-name | Benedikt Peetz | |
This also improves the arkanfox-integration and the profile id generation. | |||
2 days | refactor(treewide): Remove `river_init_lesser` | Benedikt Peetz | |
This was moved in-tree a while ago. | |||
2 days | refactor(modules/legacy/wms): Remove | Benedikt Peetz | |
This code has been dead since it was added. | |||
4 days | fix(modules/lf/commands): Also include a coreutils implementation | Benedikt Peetz | |
4 days | fix(modules/lf/commands): Add needed dependencies of the helpers.sh | Benedikt Peetz | |
4 days | fix(modules/lf/commands): Avoid inheriting the path by default | Benedikt Peetz | |
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. | |||
4 days | fix(modules/lf/commands/dragon-*): Use new `dragon-drop` name | Benedikt Peetz | |
The old name conflicted with KDE's dragon media player. | |||
5 days | fix(modules/{atuin,zsh}): Avoid atuin keymaps overriding mine | Benedikt Peetz | |
5 days | revert: "fix(modules/legacy/mail/soispha): Use new mail-server" | Benedikt Peetz | |
This reverts commit 1f3909f13064e79e77283b2d27c9340b8a504c84. | |||
5 days | fix(modules/legacy/mail/soispha): Use new mail-server | Benedikt Peetz | |
6 days | build(flake): Update | Benedikt Peetz | |
6 days | fix(modules/legacy/conf/beets): Disable the xtractor plugin | Benedikt Peetz | |
This plugin never worked (because of some issue with gaia), but now it also stopped to build. | |||
6 days | fix(modules/legacy/conf/neomutt): Upload changed imap boxes again | Benedikt Peetz | |
Otherwise, newly added Sent mail stays not-synced. | |||
6 days | build(treewide): Update | Benedikt Peetz | |
6 days | fix(modules/legacy/conf/firefox/search): Use search engine ID instead of name | Benedikt Peetz | |
The ID is newly supported and the name deprecated. | |||
6 days | refactor(pkgs/vimExtraPlugins): Remove | Benedikt Peetz | |
I want to use nixpgks' list. | |||
6 days | fix(modules/nvim/plgs/telescope/extensions/bibtex): Disable | Benedikt Peetz | |
This is not used much, and I can wait until it is in nixpkgs. | |||
6 days | fix(modules/nvim/plgs/lf-nvim): Use the package from my nixpgks pr | Benedikt Peetz | |
6 days | fix(modules/xdg): Migrate to the merged xdg-desktop-terminal-filechooser | Benedikt Peetz | |
6 days | refactor(pkgs/update-vim-plugins): Remove | Benedikt Peetz | |
Let's start using the nixpkgs infrastructure instead of this python application. | |||
6 days | refactor(pkgs/{yti,spodi,git-cleanup,nato,sort_song,virsh-del}): Remove | Benedikt Peetz | |
I have not used one of these commands in the last 8 months. | |||
2025-03-10 | fix(modules/legacy/conf/mail/git-credential-helper): Exit cleanly if ↵ | Benedikt Peetz | |
passwordCommand fails | |||
2025-03-03 | build(treewide): Update | Benedikt Peetz | |
2025-02-22 | build(flake.lock): Update | Benedikt Peetz | |
2025-02-22 | fix(modules/legacy/conf/mail): Actually add the password, when triggering ↵ | Benedikt Peetz | |
the git helper | |||
2025-02-22 | fix(modules/legacy/conf/firefox/config/prefs/override.js): Never show bookmarks | Benedikt Peetz | |
There are no bookmarks to show. | |||
2025-02-22 | build(pkgs/yt): Update | Benedikt Peetz | |
2025-02-22 | build(treewide): Update | Benedikt Peetz | |
2025-02-04 | fix(modules/legacy/pkgs): Remove unneeded packages | Benedikt Peetz | |
I have not used most of them since at least a year. | |||
2025-02-04 | fix(hosts/{apzu,tiamata}): Use the correct neorg package in the mappings | Benedikt Peetz | |
Otherwise, the `neorg dmenu` started by river would provide nothing to select. |