sercanto: add ncmpcpp overlay
This commit is contained in:
parent
2d52e3da66
commit
61c4c60e7a
6
overlays/ncmpcpp.nix
Normal file
6
overlays/ncmpcpp.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# Enable the visualiser in ncmpcpp
|
||||||
|
self: super: {
|
||||||
|
ncmpcpp = super.ncmpcpp.override {
|
||||||
|
visualizerSupport = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue