Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
manuskript # Manuskript
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
manuskript # Manuskript
];
} Package Definition
{
"pname": "manuskript",
"version": "0.16.1",
"src": {
"url": "https://github.com/olivierkes/manuskript/releases/download/0.16.1/manuskript-0.16.1-osx.dmg",
"sha256": "f67f3f44fee26259c04eb2df24b7a85b71c9963be1fe93d5c24e738af4a2d2af"
},
"installPhase": [
"mkdir -p \"$out/Applications/manuskript.app\" && cp -r \"manuskript.app\" \"$out/Applications\""
],
"meta": {
"description": "Tool for writers",
"homepage": "https://www.theologeek.ch/manuskript/"
}
}