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.9.1",
"src": {
"url": "https://github.com/OpenListTeam/OpenList-Desktop/releases/download/v0.9.1/OpenList-Desktop_0.9.1_aarch64.dmg",
"sha256": "961ac84fdec16ea7e2734763f1528159cad32a82281bbb786e905748c74d802b"
},
"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"
}
}