aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home.legacy/pkgs/default.nix (unfollow)
Commit message (Collapse)Author
2026-06-03pkgs/con2pdf: Remove from system closureBenedikt Peetz
This script depends on the deprecated shell-library, and as such was unusable for over a year. It's time to remove it from the closure.
2026-04-14modules/legacy/pkgs: Remove some packages that are already in the system closureBenedikt Peetz
2025-04-30pkgs/snap-sync-forked: DropBenedikt Peetz
This was only needed by the backup module. Should I require support for on-premise backups, setting up a local restic repo would be easier.
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2025-04-14modules/zsh: Set alias to {ll,lm} to their full pathBenedikt Peetz
Both of these scripts are useless in $PATH and thus can be removed from it.
2025-04-14modules/legacy/pkgs: Add fupdate-{flake,sys}Benedikt Peetz
2025-04-04refactor(modules/legacy/pkgs): Remove rarely used packagesBenedikt Peetz
I can (and often already do) use them via `nix shell n#<pkgs>`, so having them always available seems unnecessary.
2025-04-04refactor(treewide): neorg -> tskmBenedikt Peetz
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-02-04fix(modules/legacy/pkgs): Remove unneeded packagesBenedikt Peetz
I have not used most of them since at least a year.
2025-02-04fix(hosts/{apzu,tiamata}): Use the correct neorg package in the mappingsBenedikt Peetz
Otherwise, the `neorg dmenu` started by river would provide nothing to select.
2024-12-14refactor(modules/nvim/plgs/neorg): Migrate to new RFC 42 moduleBenedikt Peetz
2024-11-29fix(pkgs/show): RemoveBenedikt Peetz
This was never actually used.
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-10-18refactor(modules): Move all system modules to `by-name`Benedikt Peetz
From now on all modules should be added to the new `by-name` directory. This should help remove the (superficial and utterly useless) distinction between `home-manager` and `NixOS` modules.
2024-08-23feat(pkgs/stamp): InitBenedikt Peetz
2024-08-21feat(pkgs/lm): Init and use in pkgsBenedikt Peetz
2024-08-11fix(home/pkgs/{mpc-beetsrm, mpc-searchadd}): Propagate the overriden beets ↵Benedikt Peetz
package These packages need to use beets and should thus use the same beets package as the internal module. This ensures, that plugins are available.
2024-08-11fix(pkgs/mpc-rm): Rename to `mpc-beetrm`Benedikt Peetz
This avoids shadowing the original `mpc rm` command
2024-08-10fix(home/pkgs): Use new mpc wrappersBenedikt Peetz
2024-08-09fix(pkgs/lyrics): Make the music dir configurableBenedikt Peetz
2024-08-09feat(home/pkgs): Add `jq` to the default packagesBenedikt Peetz
2024-05-25feat(pkgs): Add a `git-cleanup` scriptBenedikt Peetz
2024-05-25refactor(git/scripts): Upgrade `git-cm` to a 'real' packageBenedikt Peetz
2024-05-24fix(modules/home/pkgs/brightness): Only include on laptopsBenedikt Peetz
2024-05-24fix(modules/home): Use the canonical package name from `by-name`Benedikt Peetz
2024-05-23refactor(modules/home/pkgs): Readd whilst using the new `pkgs`Benedikt Peetz