about summary refs log tree commit diff stats
path: root/modules/by-name/ya/yambar/scripts (unfollow)
Commit message (Collapse)Author
6 daysflake.lock: UpdateBenedikt Peetz
This update contains the fixes to the aforementioned cppnix/lix vulnerability.
6 dayspkgs/i3bar-river-patched: Base on my branch and rebase the block in middle patchBenedikt Peetz
This should avoid having to update both of the patches in the future, as the pull request patch fetch is not stable, and changes if I push something new to the pr.
6 daysmodules/nix: Temporarily switch to cppnixBenedikt Peetz
Both (lix and cppnix) have a fix for some rather serious CVEs. But lix also introduced a rather serious system breaking bug. So we need to update to something that works now, and I'm not really motivated to apply the patches for the lix bug manually.
6 dayspkgs/i3bar-river-patched: Remove rustc-1.86 compatibility patchBenedikt Peetz
Nixpgks unstable has rustc-1.87.
6 daysmodules: Remove no-op `finalizeFunction`Benedikt Peetz
The specified function is already the default.
6 daysmodules/qutebrowser: Active `lazy_restore`Benedikt Peetz
This might help remedy the incredible long start-up time.
6 daysmodules/nix-index/command_not_found: Avoid using a non-existing commandBenedikt Peetz
The `eprintln` was previously supplied (impurely) by my shell library, and without it, the command-not-found handler goes into infinite recursion.
6 daysmodules/zsh: Remove the insulting command not found handlerBenedikt Peetz
It is fun, but not worth the extra complexity.
6 dayspkgs/yt: 1.7.0 -> 1.7.1Benedikt Peetz
10 dayspkgs/i3bar-river: Update patch to it's newest versionBenedikt Peetz
10 dayspkgs/yt: Add missing mold dependencyBenedikt Peetz
10 dayspkgs/yt: 1.6.1 -> 1.7.0Benedikt Peetz
10 daystreewide: UpdateBenedikt Peetz
10 daysmodules/nvim/plgs/lsp-progress: Completely removeBenedikt Peetz
10 daysmodules/nvim/plgs/tree-sitter: Avoid extra syntex highlighting in latexBenedikt Peetz
This slows the nvim client noticeably down and is only really needed for vim-tex's math mapping, which I don't use.
10 daysmodules/nvim/plgs/flatten: RemoveBenedikt Peetz
It does not work, and I hope that I do not need it any longer (considering that it was disabled since ~01-01-2025).
10 daysmodules/nvim/plgs/lf: Use the nixvi