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