FineTune icon

FineTune 1.2.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.2.0",
  "src": {
    "url": "https://github.com/ronitsingh10/FineTune/releases/download/v1.2.0/FineTune-1.2.0.dmg",
    "sha256": "f809e281f00cdd47be630d705e2f32a00f037c2a6880cb44efe73e0f7e04a9a3"
  },
  "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"
  }
}