Caffeine icon

Caffeine 1.6.2

Utility that prevents the system from going to sleep

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    domzilla-caffeine # Caffeine
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    domzilla-caffeine # Caffeine
  ];
}

Package Definition

{
  "pname": "domzilla-caffeine",
  "version": "1.6.2",
  "src": {
    "url": "https://dr-caffeine-mac.s3.amazonaws.com/Caffeine_1.6.2.zip",
    "sha256": "d3dbd8a32eac95e9c01c2ee1282f7c770dabf5726319212f248b7eaa9de173c1"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Caffeine.app\" && cp -r \"Caffeine.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Utility that prevents the system from going to sleep",
    "homepage": "https://www.caffeine-app.net/"
  }
}