about summary refs log tree commit diff stats
path: root/update.sh (unfollow)
Commit message (Collapse)Author
3 daysfix(modules/common): Correctly specify the `projects.json` fileBenedikt Peetz
3 daysfix(modules/timewarrior): Use the correct attribute path for the taskwarrior ↵Benedikt Peetz
config
3 daysrefactor(modules/legacy/pkgs): Remove rarely used packagesBenedikt Peetz
I can (and often already do) use them via `nix shell n#<pkgs>`, so having them always available seems unnecessary.
3 daysfix(modules/nix): Don't keep failed build directoriesBenedikt 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 daysdocs(modules): Add FIXME/TODO commentsBenedikt Peetz
3 daysrefactor(treewide): Remove unneeded lambda arguments with deadnixBenedikt Peetz
The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ```
3 daysfeat(flake): Add `deadnix` to the dev shellBenedikt Peetz
3 daysrefactor(hosts): Remove the unmaintained hostsBenedikt Peetz
3 dayschore(modules/default.nix): Remove planned coImport function usageBenedikt Peetz
Support for this has been removed upstream (and it is not really useful either way.)
3 daysfix(pkgs/tskm): Add context to some errorsBenedikt Peetz
3 daysfeat(pkgs/tskm): Support listing the open tabs in a projectBenedikt Peetz
3 daysfix(pkgs/tskm): Remove typosBenedikt Peetz
3 dayschore(module/legacy/conf/{firefox,timewarrior,taskwarrior}): Remove remnantsBenedikt Peetz
3 daysfix(modules/lf/commands/thrash_*): Support paths with spaces in themBenedikt Peetz
Oherwise `./some thrash path` would not work.
3 daysfix(modules/lf/commands/open): Explicitly use `handlr-regex` instead of ↵Benedikt Peetz
`xdg-open`
3 daysfix(hosts/apzu): Avoid making mouse clicks impossible in riverBenedikt Peetz
3 daysrefactor(treewide): neorg -> tskmBenedikt Peetz
3 daysrefactor(modules/timewarrior): Migrate to by-nameBenedikt Peetz
3 daysfeat(modules/tskm): Init moduleBenedikt Peetz
This module does what was previously squashed into the firefox, taskwarrior and nvim modules.
3 daysfeat(modules/legacy/taskwarrior): Migrate to by-nameBenedikt Peetz
3 daysfeat(pkgs/neorg): Rewrite in rustBenedikt Peetz
This improves upon neorg by integrating it better into the system context.
5 daysrefactor(modules/legacy/firefox): Move to by-nameBenedikt Peetz
This also improves the arkanfox-integration and the profile id generation.
5 daysrefactor(treewide): Remove `river_init_lesser`Benedikt Peetz
This was moved in-tree a while ago.
5 daysrefactor(modules/legacy/wms): RemoveBenedikt Peetz
This code has been dead since it was added.
7 daysfix(modules/lf/commands): Also include a coreutils implementationBenedikt Peetz
7 daysfix(modules/lf/commands): Add needed dependencies of the helpers.shBenedikt Peetz
7 daysfix(modules/lf/commands): Avoid inheriting the path by defaultBenedikt 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.
7 daysfix(modules/lf/commands/dragon-*): Use new `dragon-drop` nameBenedikt Peetz
The old name conflicted with KDE's dragon media player.
8 daysfix(modules/{atuin,zsh}): Avoid atuin keymaps overriding mineBenedikt Peetz
8 daysrevert: "fix(modules/legacy/mail/soispha): Use new mail-server"Benedikt Peetz
This reverts commit 1f3909f13064e79e77283b2d27c9340b8a504c84.
8 daysfix(modules/legacy/mail/soispha): Use new mail-serverBenedikt Peetz
9 daysbuild(flake): UpdateBenedikt Peetz
9 daysfix(modules/legacy/conf/beets): Disable the xtractor pluginBenedikt Peetz
This plugin never worked (because of some issue with gaia), but now it also stopped to build.
9 daysfix(modules/legacy/conf/neomutt): Upload changed imap boxes againBenedikt Peetz
Otherwise, newly added Sent mail stays not-synced.
9 daysbuild(treewide): UpdateBenedikt Peetz
9 daysfix(modules/legacy/conf/firefox/search): Use search engine ID instead of nameBenedikt Peetz
The ID is newly supported and the name deprecated.
9 daysrefactor(pkgs/vimExtraPlugins): RemoveBenedikt Peetz
I want to use nixpgks' list.
9 daysfix(modules/nvim/plgs/telescope/extensions/bibtex): DisableBenedikt Peetz
This is not used much, and I can wait until it is in nixpkgs.
9 daysfix(modules/nvim/plgs/lf-nvim): Use the package from my nixpgks prBenedikt Peetz
9 daysfix(modules/xdg): Migrate to the merged xdg-desktop-terminal-filechooserBenedikt Peetz
9 daysrefactor(pkgs/update-vim-plugins): RemoveBenedikt Peetz
Let's start using the nixpkgs infrastructure instead of this python application.
9 daysrefactor(pkgs/{yti,spodi,git-cleanup,nato,sort_song,virsh-del}): RemoveBenedikt Peetz
I have not used one of these commands in the last 8 months.
2025-03-10fix(modules/legacy/conf/mail/git-credential-helper): Exit cleanly if ↵Benedikt Peetz
passwordCommand fails
2025-03-03build(treewide): UpdateBenedikt Peetz
2025-02-22build(flake.lock): UpdateBenedikt Peetz
2025-02-22fix(modules/legacy/conf/mail): Actually add the password, when triggering ↵Benedikt Peetz
the git helper
2025-02-22fix(modules/legacy/conf/firefox/config/prefs/override.js): Never show bookmarksBenedikt Peetz
There are no bookmarks to show.
2025-02-22build(pkgs/yt): UpdateBenedikt Peetz
2025-02-22build(treewide): UpdateBenedikt Peetz
2025-02-04fix(modules/legacy/pkgs): Remove unneeded packagesBenedikt Peetz
I have not used most of them since at least a year.