Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
latexit # LaTeXiT
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
latexit # LaTeXiT
];
} Package Definition
{
"pname": "latexit",
"version": "2.16.6",
"src": {
"url": "https://pierre.chachatelier.fr/latexit/downloads/LaTeXiT-2_16_6.dmg",
"sha256": "db4e82a20f495161cba15c72cfdfd646652af7c8c54d4a6543aa0fb3acad246a"
},
"installPhase": [
"mkdir -p \"$out/Applications/LaTeXiT.app\" && cp -r \"LaTeXiT.app\" \"$out/Applications\""
],
"meta": {
"description": "Graphical interface for LaTeX",
"homepage": "https://www.chachatelier.fr/latexit/"
}
}