aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs (unfollow)
Commit message (Collapse)Author
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
2024-11-17refactor(legacy/conf/mpd): Move to a unified `mpd` by-name moduleBenedikt Peetz
2024-11-16refactor(pkgs/mpc): Rename to `mpp`Benedikt Peetz
Nixpkgs has renamed their `mpc-cli` package to just `mpc`, turning this `mpc` package into an override for the official nixpkgs one. I think being explicit about the fact, that `mpc` is wrapped is the best solution here.
2024-11-16build(treewide): UpdateBenedikt Peetz
2024-11-04fix(pkgs/stamp): Fallback to `dot-license`Benedikt Peetz
Otherwise, licensing files which need a dot-license becomes really bothersome.
2024-11-04chore(pkgs/yt): 1.3.1 -> 1.3.2Benedikt Peetz
2024-11-04refactor(pkgs/tree-sitter-yts): Move to `yt`Benedikt Peetz
2024-11-02fix(lib/maybeMerge): Actually output a warning if things will be overriddenBenedikt Peetz
2024-11-02fix(pkgs/less): Temporary override broken `less` packageBenedikt Peetz
The `less` package in `nixpkgs` is currently compiled with secure mode enabled, which prevents less from e.g. loading its configuration file.
2024-11-01build(treewide): UpdateBenedikt Peetz
2024-10-31chore(pkgs/yt): 1.3.0 -> 1.3.1Benedikt Peetz
2024-10-24refactor({modules,pkgs}/by-name-overlay): De-duplicate in a `nixLib`Benedikt Peetz
2024-10-24feat(modules/nix): Switch to `lix`Benedikt Peetz
`nix` is currently constantly failing to open some of the sqlite databases, which is just really obnoxious. Although, as I have later found out, this is caused by a `bindfs` fuse mount on `~/.cache`. This process is running against the `1024` open fd soft limit, and thus refusing to open another one for the database.
2024-10-19build(treewide): UpdateBenedikt Peetz
2024-10-18feat(modules/atuin): InitBenedikt Peetz
2024-10-15chore(pkgs/yt): 1.2.1 -> 1.3.0Benedikt Peetz
2024-10-11build(treewide): UpdateBenedikt Peetz
2024-10-05build(treewide): UpdateBenedikt Peetz
2024-10-05fix(pkgs/stamp): Also ignore hidden files, when used in recursive modeBenedikt Peetz
2024-10-04fix(pkgs/lf-make-map): Ensure stable sorting of the `lf` mappingsBenedikt Peetz
2024-10-04fix(pkgs/con2pdf): Avoid using deprecated `convert` commandBenedikt Peetz
2024-10-04build(treewide): UpdateBenedikt Peetz
2024-09-29build(treewide): UpdateBenedikt Peetz
2024-09-21fix(conf/nvim/plgs/harpoon): Use upstream harpoon pluginBenedikt Peetz
2024-09-21build(flake): UpdateBenedikt Peetz
2024-09-14chore(pkgs/iamb): Remove, as it's merged upstreamBenedikt Peetz
2024-09-14build(treewide): UpdateBenedikt Peetz
2024-09-11style(pkgs/vimExtraPlugins/plugins.md): FormatBenedikt Peetz
2024-09-11build(treewide): UpdateBenedikt Peetz
2024-09-11build(pkgs/yt): UpdateBenedikt Peetz
2024-09-07style(pkgs/stamp): FormatBenedikt Peetz
2024-09-07build(treewide): UpdateBenedikt Peetz
2024-08-25feat(pkgs/yt): Update to v1.2.0Benedikt Peetz
2024-08-23fix(pkgs/stamp): Use the correct default template pathBenedikt Peetz
2024-08-23fix(pkgs/stamp): Recognize unknown commandsBenedikt Peetz
2024-08-23fix(pkgs/stamp): Break from the `while` loop not the `case`Benedikt Peetz
2024-08-23fix(pkgs/stamp): Don't generate completionsBenedikt Peetz
The completion function is not really working, resulting in no file suggestions.
2024-08-23feat(pkgs/stamp): Support multiple filesBenedikt Peetz
2024-08-23chore(pkgs/yt): Update to v1.1.0Benedikt Peetz