Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
rcmd # rcmd
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
rcmd # rcmd
];
} Package Definition
{
"pname": "rcmd",
"version": "3.2.2",
"src": {
"url": "https://files.lowtechguys.com/releases/rcmd-3.2.2.dmg",
"sha256": "d38301d382a0a505af74f0d471569f4a09fc9504220f50ed43621997805bee5d"
},
"installPhase": [
"mkdir -p \"$out/Applications/rcmd.app\" && cp -r \"rcmd.app\" \"$out/Applications\""
],
"meta": {
"description": "App switcher driven by the Right Command key",
"homepage": "https://lowtechguys.com/rcmd/"
}
}