Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
textream # Textream
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
textream # Textream
];
} Package Definition
{
"pname": "textream",
"version": "1.6.5",
"src": {
"url": "https://github.com/f/textream/releases/download/v1.6.5/Textream.dmg",
"sha256": "d007423a1bbd65b95e5ad9b2ffb29fb6a5004a55389991c523875b16edc01570"
},
"installPhase": [
"mkdir -p \"$out/Applications/Textream.app\" && cp -r \"Textream.app\" \"$out/Applications\""
],
"meta": {
"description": "Teleprompter that highlights scripts in real time as you speak",
"homepage": "https://github.com/f/textream"
}
}