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.1",
"src": {
"url": "https://github.com/homielab/mountmate/releases/download/v5.1/MountMate_5.1.dmg",
"sha256": "4b075dc453cd55bdc5ded392b8c102dba3eef16a39004121e47afaae141f44f6"
},
"installPhase": [
"mkdir -p \"$out/Applications/MountMate.app\" && cp -r \"MountMate.app\" \"$out/Applications\""
],
"meta": {
"description": "Menubar app to easily manage external drives",
"homepage": "https://homielab.com/page/mountmate"
}
}