Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
tableflip # TableFlip
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
tableflip # TableFlip
];
}
Package Definition
{
"pname": "tableflip",
"version": "1.7.0",
"src": {
"url": "https://update.christiantietze.de/tableflip/v1/TableFlip-v1.7.0.zip",
"sha256": "63ddd81524d22477176936492a34175d65bfb18ef00d2aa069badd0afddf639c"
},
"installPhase": [
"mkdir -p \"$out/Applications/TableFlip.app\" && cp -r \"TableFlip.app\" \"$out/Applications\""
],
"meta": {
"description": "Edit plain text tables in place: Markdown, CSV, JSON. LaTeX and HTML export",
"homepage": "https://tableflipapp.com/"
}
}