Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
tenor # Tenor
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
tenor # Tenor
];
}
Package Definition
{
"pname": "tenor",
"version": "2.0.5",
"src": {
"url": "https://media.tenor.com/mac/bin/GIFforMac.dmg",
"sha256": "no_check"
},
"installPhase": [
"mkdir -p \"$out/Applications\" && cp -r \"Tenor.app\" \"$out/Applications/Tenor.app\""
],
"meta": {
"description": "Send, share and save gifs from the menu bar",
"homepage": "https://tenor.com/mac"
}
}