Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
sidestep # Sidestep
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
sidestep # Sidestep
];
} Package Definition
{
"pname": "sidestep",
"version": "1.4.1",
"src": {
"url": "https://github.com/chetan51/sidestep/releases/download/1.4.1/Sidestep.zip",
"sha256": "c25f7748d73b6f915aff268070ef85ca69f2902de98b044b77c49d1e1341d84e"
},
"installPhase": [
"mkdir -p \"$out/Applications/Sidestep.app\" && cp -r \"Sidestep.app\" \"$out/Applications\""
],
"meta": {
"homepage": "https://chetansurpur.com/projects/sidestep/"
}
}