Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
keyty # Keyty
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
keyty # Keyty
];
} Package Definition
{
"pname": "keyty",
"version": "1.5.0",
"src": {
"url": "https://github.com/keytyapp/Keyty/releases/download/v1.5.0/Keyty.dmg",
"sha256": "aa81d54ed954b1ae0f955cf99bab058fdd3cd32100851d82ffed48e39c0995be"
},
"installPhase": [
"mkdir -p \"$out/Applications/Keyty.app\" && cp -r \"Keyty.app\" \"$out/Applications\""
],
"meta": {
"description": "Keyboard and mouse input visualizer",
"homepage": "https://keyty.app/"
}
}