aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs (unfollow)
Commit message (Collapse)Author
2025-04-04style(treewide): FormatBenedikt Peetz
2025-04-04fix(pkgs/tskm): Specify dependenciesBenedikt Peetz
2025-04-04refactor(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 ```
2025-04-04fix(pkgs/tskm): Add context to some errorsBenedikt Peetz
2025-04-04feat(pkgs/tskm): Support listing the open tabs in a projectBenedikt Peetz
2025-04-04fix(pkgs/tskm): Remove typosBenedikt Peetz
2025-04-04feat(pkgs/neorg): Rewrite in rustBenedikt Peetz
This improves upon neorg by integrating it better into the system context.
2025-03-29fix(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.
2025-03-29build(treewide): UpdateBenedikt Peetz
2025-03-29refactor(pkgs/vimExtraPlugins): RemoveBenedikt Peetz
I want to use nixpgks' list.
2025-03-29refactor(pkgs/update-vim-plugins): RemoveBenedikt Peetz
Let's start using the nixpkgs infrastructure instead of this python application.
2025-03-29refactor(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-03build(treewide): UpdateBenedikt Peetz
2025-02-22build(pkgs/yt): UpdateBenedikt Peetz
2025-02-22build(treewide): UpdateBenedikt Peetz
2025-02-03fix(pkgs/river-start): Create a wrapper script for river to store logsBenedikt Peetz
2025-02-02style(pkgs/update-vim-plugins): FormatBenedikt Peetz
2025-02-02fix(pkgs/{screenshot_persistent,lock,neorg}): Add `meta.mainProgram`Benedikt Peetz
2025-02-02fix(pkgs/screenshot_persistent): Start lf floating and on the correct fileBenedikt Peetz
2025-02-02refactor(pkgs/lock): Migrate away from `sysLib`Benedikt Peetz
2025-02-02refactor(pkgs/screenshot_persistent): Migrate to `writeShellApplication`Benedikt Peetz
`sysLib` is a good _framework_, but the overhead of the framework too much for such a simple shell script.
2025-02-02build(treewide): UpdateBenedikt Peetz
2025-02-02refactor(modules/river): Migrate to `by-name`Benedikt Peetz
This includes a near rewrite `river-mk-keymap` (previously, `river_init_lesser`.)
2025-01-31fix(pkgs/stamp): Ignore the `.git` directoryBenedikt Peetz
There should be no reason to ever stamp this directory.
2025-01-29build(treewide): UpdateBenedikt Peetz
2025-01-06build(treewide): UpdateBenedikt Peetz
2024-12-30style(treewide): FormatBenedikt Peetz
2024-12-30build(pkgs/default.nix): Stop trying to import moved libBenedikt Peetz
2024-12-30build(treewide): UpdateBenedikt Peetz
This notable excludes a `nixpkgs-unstable` update, because a rather big LLVM package needs to be build from source, which is not feasible.
2024-12-30fix(pkgs/{atuin,ctpv}): Extend instead of replaceBenedikt Peetz
This allows me, to still benefit from upstream version updates.
2024-12-20fix(pkgs/neorg/inputs): Improve git integration and bound reviewBenedikt Peetz
2024-12-20fix(pkgs/neorg/inputs): Add git support and fix further bugsBenedikt Peetz
2024-12-20feat(pkgs/neorg): Init `inputs` subcommandBenedikt Peetz
2024-12-20refactor(lib): Upstream `lib` to vhack.euBenedikt Peetz
This allows to share it with the server config.
2024-12-14fix(pkgs/stamp): Streamline and update to work with reuse v5.0.xBenedikt Peetz
2024-12-14build(pkgs/yt): 1.4 -> 1.4.1Benedikt Peetz
2024-12-14refactor(modules/nvim/plgs/neorg): Migrate to new RFC 42 moduleBenedikt Peetz
2024-12-14build(treewide): UpdateBenedikt Peetz
2024-12-01build(treewide): UpdateBenedikt Peetz
2024-11-29fix(pkgs/description): RemoveBenedikt Peetz
This functionality has been moved to the `yt` binary.
2024-11-29fix(pkgs/show): RemoveBenedikt Peetz
This was never actually used.
2024-11-29chore(pkgs/by-name/ya/{cpu,memory}): MergeBenedikt Peetz
There is no reason to keep these two programs separate.
2024-11-29build(treewide): UpdateBenedikt Peetz
2024-11-24chore(pkgs/ctpv): 1.1 -> 1.1-unstable-2024-11-24Benedikt Peetz
2024-11-24fix(pkgs/ctpv): Override to support more than 16 extensions in previewBenedikt Peetz
2024-11-24feat(modules/lf): Dynamically generate the cd scriptBenedikt Peetz
This both avoids having to commit the `lf_cd.age` file and ensures that it is always up to date.
2024-11-23refactor(pkgs/less): Remove and use less from nixpkgsBenedikt Peetz
Nixpkgs has fixed their less `withSecure` regression.
2024-11-22build(flake): UpdateBenedikt Peetz
2024-11-17style(treewide): FormatBenedikt Peetz
2024-11-17fix(pkgs/mpp): Include the `mpc` zsh completionsBenedikt Peetz