Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
keep # Keep
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
keep # Keep
];
} Package Definition
{
"pname": "keep",
"version": "1.2.0",
"src": {
"url": "https://github.com/tmcinerney/keep/releases/download/v1.2.0/keep.v1.2.0.zip",
"sha256": "e5753208da6a1ae9a401e34389fa4cf71080647986981cbe389eed40ba86e9d5"
},
"installPhase": [
"mkdir -p \"$out/Applications/Keep.app\" && cp -r \"Keep.app\" \"$out/Applications\""
],
"meta": {
"description": "Run Google Keep in the menu bar",
"homepage": "https://github.com/tmcinerney/keep/"
}
}