Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
mounty # Mounty for NTFS
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
mounty # Mounty for NTFS
];
}
Package Definition
{
"pname": "mounty",
"version": "2.4",
"src": {
"url": "https://mounty.app/releases/Mounty-2.4.dmg",
"sha256": "b5f0867af3ee034c61582bc40e6ebeae549cb4570381ba82d012aca8d5c72888"
},
"installPhase": [
"mkdir -p \"$out/Applications/Mounty.app\" && cp -r \"Mounty.app\" \"$out/Applications\""
],
"meta": {
"description": "Re-mounts write-protected NTFS volumes",
"homepage": "https://mounty.app/"
}
}