7 lines
124 B
Nix
7 lines
124 B
Nix
|
# Enable the visualiser in ncmpcpp
|
||
|
self: super: {
|
||
|
ncmpcpp = super.ncmpcpp.override {
|
||
|
visualizerSupport = true;
|
||
|
};
|
||
|
}
|