Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
icanhazshortcut # iCanHazShortcut
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
icanhazshortcut # iCanHazShortcut
];
} Package Definition
{
"pname": "icanhazshortcut",
"version": "2.0.0",
"src": {
"url": "https://github.com/deseven/icanhazshortcut/releases/download/2.0.0/ichs.dmg",
"sha256": "7f45636bd2e47cc73a29cb4dfe36904f157897f602176712b118d68de4af1045"
},
"installPhase": [
"mkdir -p \"$out/Applications/iCanHazShortcut.app\" && cp -r \"iCanHazShortcut.app\" \"$out/Applications\""
],
"meta": {
"description": "Shortcut manager",
"homepage": "https://icanhazapps.d7.wtf/shortcut"
}
}