Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
openlist-app # OpenList Desktop
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
openlist-app # OpenList Desktop
];
} Package Definition
{
"pname": "openlist-app",
"version": "0.8.0",
"src": {
"url": "https://github.com/OpenListTeam/OpenList-Desktop/releases/download/v0.8.0/OpenList.Desktop_0.8.0_aarch64_darwin.dmg",
"sha256": "19ea02135ccca0ffed420eddbcc05d1ad968605064c8d33e81e1434e0e288998"
},
"installPhase": [
"mkdir -p \"$out/Applications/OpenList Desktop.app\" && cp -r \"OpenList Desktop.app\" \"$out/Applications\""
],
"meta": {
"description": "Desktop application for OpenList",
"homepage": "https://github.com/OpenListTeam/OpenList-Desktop"
}
}