sercanto: add ncmpcpp overlay

This commit is contained in:
Serĉanto de Scio 2024-07-04 20:21:11 +10:00
parent 2d52e3da66
commit 61c4c60e7a
Signed by: sercanto
GPG key ID: A4122FF3971B6865

6
overlays/ncmpcpp.nix Normal file
View file

@ -0,0 +1,6 @@
# Enable the visualiser in ncmpcpp
self: super: {
ncmpcpp = super.ncmpcpp.override {
visualizerSupport = true;
};
}