# Enable the visualiser in ncmpcpp
self: super: {
  ncmpcpp = super.ncmpcpp.override {
    visualizerSupport = true;
  };
}