Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
awareness # Awareness
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
awareness # Awareness
];
} Package Definition
{
"pname": "awareness",
"version": "1.1",
"src": {
"url": "http://iamfutureproof.com/downloads/Awareness-1.1.dmg",
"sha256": "a5ce31fef63aeabde3c8cabac367fb44868de318800b4fcd9032f05b17f74cdf"
},
"installPhase": [
"mkdir -p \"$out/Applications/Awareness.app\" && cp -r \"Awareness.app\" \"$out/Applications\""
],
"meta": {
"description": "Time tracking application",
"homepage": "http://iamfutureproof.com/tools/awareness/"
}
}