mütesync icon

mütesync 6.0.0

Companion app to the mütesync physical button

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    mutesync # mütesync
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    mutesync # mütesync
  ];
}

Package Definition

{
  "pname": "mutesync",
  "version": "6.0.0",
  "src": {
    "url": "https://mutesync.s3.amazonaws.com/mutesync-6.0.0-arm64.dmg",
    "sha256": "394c58101574ebac12a2fd65f7436b050f8b3503167e15bf96f421cf94e10d24"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/mutesync.app\" && cp -r \"mutesync.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Companion app to the mütesync physical button",
    "homepage": "https://mutesync.com/"
  }
}