Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
keysmith # Keysmith
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
keysmith # Keysmith
];
} Package Definition
{
"pname": "keysmith",
"version": "1.18.7",
"src": {
"url": "https://keysmith.app/versions/Keysmith-1.18.7.dmg",
"sha256": "d5be3d267ddedd38b67b04b2cc0608969e85b65b4317a32d66de2d6f9c4318eb"
},
"installPhase": [
"mkdir -p \"$out/Applications/Keysmith.app\" && cp -r \"Keysmith.app\" \"$out/Applications\""
],
"meta": {
"description": "Create custom keyboard shortcuts for anything",
"homepage": "https://www.keysmith.app/"
}
}