Listen 1 icon

Listen 1 2.33.0

Search and play songs from a variety of online sources

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    listen1 # Listen 1
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    listen1 # Listen 1
  ];
}

Package Definition

{
  "pname": "listen1",
  "version": "2.33.0",
  "src": {
    "url": "https://github.com/listen1/listen1_desktop/releases/download/v2.33.0/Listen1_2.33.0_mac_arm64.dmg",
    "sha256": "c965cd8fc38f9cb4d265b2879be4766d24314196c5e6fd29be3a989c68457e90"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Listen1.app\" && cp -r \"Listen1.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Search and play songs from a variety of online sources",
    "homepage": "https://listen1.github.io/listen1/"
  }
}