Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
shuttle # Shuttle
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
shuttle # Shuttle
];
}
Package Definition
{
"pname": "shuttle",
"version": "1.2.9",
"src": {
"url": "https://github.com/fitztrev/shuttle/releases/download/v1.2.9/Shuttle.zip",
"sha256": "0b80bf62922291da391098f979683e69cc7b65c4bdb986a431e3f1d9175fba20"
},
"installPhase": [
"mkdir -p \"$out/Applications/Shuttle.app\" && cp -r \"Shuttle.app\" \"$out/Applications\""
],
"meta": {
"description": "Simple shortcut menu",
"homepage": "https://fitztrev.github.io/shuttle/"
}
}