Caffeine icon

Caffeine 1.6

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",
  "src": {
    "url": "https://dr-caffeine-mac.s3.amazonaws.com/Caffeine_1.6.zip",
    "sha256": "6babb78b0e67a0efc7519738acf52354f51c0968917cf80eb88830f78774712f"
  },
  "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/"
  }
}