mio-ops/overlays/ncmpcpp.nix

7 lines
124 B
Nix
Raw Normal View History

2024-07-04 10:21:11 +00:00
# Enable the visualiser in ncmpcpp
self: super: {
ncmpcpp = super.ncmpcpp.override {
visualizerSupport = true;
};
}