aboutsummaryrefslogtreecommitdiffstats
path: root/sys/nixpkgs (unfollow)
Commit message (Collapse)Author
2024-05-20refactor(sys): Modularize and move to `modules/system` or `pkgs`Benedikt Peetz
2024-05-12refactor(sys/pkgs/neorg/nu): Delete the canceled try at a nu rewriteBenedikt Peetz
2024-05-10chore(treewide): Fully remove any last mentions of git-cryptBenedikt Peetz
2024-05-09fix(sys/nixpkgs): All the unfree 'pypemicro'Benedikt Peetz
2024-05-09feat(sys/pkgs/scripts/update-sys): Enable completionsBenedikt Peetz
2024-05-09fix(sys/pkgs/comments): Don't require `sponsorblock_chapters`Benedikt Peetz
This field is not always available.
2024-05-09refactor(sys/pkgs/comments): Use better direnv api, instead of bare `.env` fileBenedikt Peetz
2024-05-09build(treewide): UpdateBenedikt Peetz
2024-05-09fix(treewide): `Upgrade` the Cargo.toml file before `updating` the Cargo.lockBenedikt Peetz
2024-05-09style(treewide): Comply with `nix fmt`Benedikt Peetz
2024-05-09fix(sys/pkgs/yt): Don't require an thumbnail urlBenedikt Peetz
Some extractors do not provide it.
2024-05-09feat(sys/secrets/lf/cd_paths): Generate with `lf-make-map`Benedikt Peetz
2024-05-09feat(pkgs/lf-make-map): Add de-serialization to lf mappingsBenedikt Peetz
2024-05-09feat(pkgs/lf-make-map): Support depths > 2Benedikt Peetz
2024-05-07feat(pkgs/lf-make-map): Ensure that it works (for a depth=1)Benedikt Peetz
2024-05-06feat(pkgs/lf-make-map): Implement all needed details to produce first mappingsBenedikt Peetz
The only bug left right know, is that multiple same mappings can be generated because of the ways the types interact with each other.
2024-05-05feat(pkgs/lf-make-map): Change the key to custom type and add visualsBenedikt Peetz
2024-05-05feat(pkgs/lf-make-map): InitBenedikt Peetz
2024-05-04build(treewide): UpdateBenedikt Peetz
2024-04-02build(flake): UpdateBenedikt Peetz
2024-04-01build(treewide): UpdateBenedikt Peetz
2024-03-31build(treewide): Update flake.lock filesBenedikt Peetz
2024-03-31fix(hm/conf/nvim/plgs/debugprint): RemoveBenedikt Peetz
I have never really used this plugin, and the recent breaking API changes where reason enough to remove it.
2024-03-30style(treewide): FormatSoispha
2024-03-30feat(pkgs/scripts/fupdate): Generate completionsSoispha
2024-03-30build(flake): UpdateSoispha
2024-03-29fix(pkgs/scripts/fupdate): Ignore args after `--`Soispha
2024-03-29fix(pkgs/scripts/fupdate): Avoid polluting the arguments of the update scriptSoispha
Previously, arguments to fupdate were also passed along to the update script, they should now be filtered out. If passing them along is wanted, they can be put behind a `--`.
2024-03-29fix(pkgs/scripts/fupdate): Avoid inversion in check for --no-scriptSoispha
The check ran the update script if `--no-script` was specified and did not run it, if it was not.
2024-03-29docs(pkgs/scripts/fupdate): Add somewhat better documentationSoispha
2024-03-24fix(treewide): Update the shell library versionSoispha
2024-03-23style(treewide): FormatSoispha
2024-03-23feat(pkgs/scripts/spodi): Rewrite to support artist `update`Soispha
2024-03-23feat(pkgs/scripts/fupdate): Add support for updating without running the scriptSoispha
2024-03-23build(treewide): UpdateSoispha
2024-03-23fix(flake): Use new vendored `generate_firefox_extensions` binarySoispha
2024-03-23feat(pkgs/generate_moz_extensions): Vendor itSoispha
This project was hosted as a separate git repository. It is now vendored, like the other projects directly associated with the configuration.
2024-03-10fix(pkgs/scripts/update-sys): Add new `systemd-run` dependencySoispha
2024-03-10style(treewide): FormatSoispha
2024-03-10build(treewide): UpdateSoispha
2024-03-07fix(pkgs/scripts/neorg/review): Use dataHome to store dataSoispha
2024-03-07feat(pkgs/scripts/neorg/review): Only review opened projectsSoispha
2024-03-06fix(pkgs/scripts/aumo): Add required dependencies (and remove old ones)Soispha
2024-03-01fix(pkgs/scripts/mpc-fav): Update database after adding a new favoriteSoispha
2024-03-01feat(pkgs/neorg/review): InitSoispha
This makes reviewing (and closing) opened firefox tabs easier.
2024-02-28fix(pkgs/scripts/fupdate): Exit after running the main loopSoispha
2024-02-28fix(hm/pkgs): Put all my scripts in the `scripts` namespaceSoispha
2024-02-24chore(version): v1.33.2 Soispha
2024-02-24fix(pkgs/scripts/aumo): Add a warning on wrong usageSoispha
2024-02-24fix(treewide): Add shell library import directiveSoispha