FineTune icon

FineTune 1.9.0

Per-application volume mixer, equalizer, and audio router

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    finetune # FineTune
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    finetune # FineTune
  ];
}

Package Definition

{
  "pname": "finetune",
  "version": "1.9.0",
  "src": {
    "url": "https://github.com/ronitsingh10/FineTune/releases/download/v1.9.0/FineTune.dmg",
    "sha256": "2b8af93c0f1be1870d490ffe3e8a5ef2e17bc83bf48cfc5b4b83791861cdf22e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/FineTune.app\" && cp -r \"FineTune.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Per-application volume mixer, equalizer, and audio router",
    "homepage": "https://github.com/ronitsingh10/FineTune"
  }
}