Aware icon

Aware 1.2.0

Menubar app to track active computer use

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    aware # Aware
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    aware # Aware
  ];
}

Package Definition

{
  "pname": "aware",
  "version": "1.2.0",
  "src": {
    "url": "https://github.com/josh/Aware/releases/download/v1.2.0/Aware.app.zip",
    "sha256": "f39d1fabc3a80df649bbb7aa6c596d0fc5082d8718d442ba857ec49bf7fe5eab"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Aware.app\" && cp -r \"Aware.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Menubar app to track active computer use",
    "homepage": "https://awaremac.com/"
  }
}