MountMate icon

MountMate 5.7

Menubar app to easily manage external drives

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "mountmate",
  "version": "5.7",
  "src": {
    "url": "https://github.com/homielab/mountmate/releases/download/v5.7/MountMate_5.7.dmg",
    "sha256": "fc84c3f3e3780a629b5fed25ab75342fbb87f335c8f21bf4e6b37e76756e7b95"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/MountMate.app\" && cp -r \"MountMate.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Menubar app to easily manage external drives",
    "homepage": "https://mountmate.homielab.com/"
  }
}