Spotifree icon

Spotifree 1.6.5

Automatically mutes ads on Spotify (not supported)

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "spotifree",
  "version": "1.6.5",
  "src": {
    "url": "https://github.com/ArtemGordinsky/Spotifree/releases/download/1.6.5/Spotifree.dmg",
    "sha256": "f518a09187bbf1c033e007fbfbd900222d17c7efd103ef239e61bfdec7caaaec"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Spotifree.app\" && cp -r \"Spotifree.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Automatically mutes ads on Spotify (not supported)",
    "homepage": "https://github.com/ArtemGordinsky/Spotifree/"
  }
}