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.1",
"src": {
"url": "https://files.lowtechguys.com/releases/rcmd-3.2.1.dmg",
"sha256": "e42d0944fe6b74b2ef74da598fc78fa0a55cdf0826eba4f6543508399f1605dd"
},
"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/"
}
}