FineTune icon

FineTune 1.1.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.1.0",
  "src": {
    "url": "https://github.com/ronitsingh10/FineTune/releases/download/v1.1.0/FineTune-1.1.0.dmg",
    "sha256": "a8da29efbedcab85bd8f451fbae2da2b1224c23ccac80e123f667313dc9a5757"
  },
  "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"
  }
}