aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home.legacy/pkgs (unfollow)
Commit message (Collapse)Author
7 dayspkgs/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.