about summary refs log tree commit diff stats
path: root/pkgs/by-name/mp (follow)
Commit message (Collapse)AuthorAge
* fix(pkgs/mpp): Include the `mpc` zsh completionsBenedikt Peetz12 days
|
* refactor(legacy/conf/mpd): Move to a unified `mpd` by-name moduleBenedikt Peetz12 days
|
* refactor(pkgs/mpc): Rename to `mpp`Benedikt Peetz12 days
| | | | | | | 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.
* fix(pkgs/mpc-rm): Rename to `mpc-beetrm`Benedikt Peetz2024-08-11
| | | | This avoids shadowing the original `mpc rm` command
* fix(pkgs/mpc): Update the new music handling systemBenedikt Peetz2024-08-10
|
* refactor(pkgs): Categorize into `by-name` shardsBenedikt Peetz2024-05-23
This might not be the perfect way to organize a package set -- especially if the set is not nearly the size of nixpkgs -- but it is _at_ least a way of organization.