about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs/plgs-pkgs/README.md (unfollow)
Commit message (Collapse)Author
2024-04-01build(flake): Deduplicate `treefmt-nix` input for `templates`Benedikt 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-31feat(hosts/{tiamat,apzu}/hardware): Don't always enable the bluetooth controllerBenedikt Peetz
2024-03-31fix(hosts/tiamat/hardware): Avoid having a suspended Bluetooth controllerBenedikt Peetz
The controller tends to never wake up again, so suspending it is rather useless.
2024-03-30fix(hm/conf/nvim/plgs/vim-tex): Set `outdir` on latex commandSoispha
2024-03-30refactor(hm/conf/nvim): Use `opts` instead of `options`Soispha
The previous name was renamed, as it clashed with the NixOS module system.
2024-03-30feat(hm/conf/lf/cmd/make_link): Always make relative linksSoispha
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-28refactor(hm/conf/nvim/plgs/comment-nvim): Update to new module layoutSoispha
2024-03-28build(flake): UpdateSoispha
2024-03-28fix(.gitattributes): Remove unneeded pathsSoispha
2024-03-28chore(treewide): Move away from git-cryptSoispha
2024-03-24fix(hm/conf/gpg): Add my nixpkgs fork to ensure a working gpg-agentSoispha
2024-03-24refactor(flake): Use an attrs for including open prsSoispha
This change allows to me to faster add new nixpkgs versions.
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-23fix(sys/git_revision): Use long git revSoispha
2024-03-23fix(hm/conf/yambar/scripts/mpd): Put a separator between title and timeSoispha
2024-03-23fix(hm/conf/unison): Remove auto merge featureSoispha
This never really worked and would only really be useful, if I merged things by hand. But the only way forward, I see right now, is paved by avoiding the need to merge stuff altogether.
2024-03-23refactor(treewide): Update to new modules names (and simplify some code)Soispha
2024-03-23build(treewide): UpdateSoispha
2024-03-23fix(hm/conf/firefox/extensions): Remove torproject-snowflake temporarilySoispha
They got themselves removed from Mozilla's Add-on store. To update the extensions, I know need to remove them temporarily until the situation is resolved. Relevant issue: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake-webext/-/issues/89
2024-03-23fix(flake): Correctly export the overlayed package set as `legacyPackages`Soispha
The flake output `legacyPackages` is not actually “legacy”, it's just nested. Thus, the output exporting the overlayed `pkgs` should be named `legacyPackages`.
2024-03-23fix(flake): Import my modules stuck in nixpkgs prs directlySoispha
That makes it possible to use plain `nixpkgs-unstable` for the whole system, whilst still using my unmerged modules and packages.
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-10fix(sys/sound): Disable setting the default volumeSoispha
2024-03-10refactor(hm/conf/nvim/plgs/{nvim-cmp,vim-tex}): Update to new attr namesSoispha
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(hm/conf/yambar/mpd): Add song progress and duration informationSoispha
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-06feat(hm/conf/prusa_slicer): InitSoispha
2024-03-01chore(version): v1.37.0 Soispha
2024-03-01fix(pkgs/scripts/mpc-fav): Update database after adding a new favoriteSoispha
2024-03-01fix(sys/svcs/nix): Finally remove the `nixPath` completelySoispha
2024-03-01feat(pkgs/neorg/review): InitSoispha
This makes reviewing (and closing) opened firefox tabs easier.
2024-03-01chore(version): v1.36.2 Soispha