Panda icon

Panda 1.4.2

Utility to switch from light to dark mode

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "panda",
  "version": "1.4.2",
  "src": {
    "url": "https://github.com/pablosproject/Panda-Mac-app/releases/download/1.4.2/Panda.zip",
    "sha256": "551a2f4c2195dd1c00e7dfe83836a86485212ebeb6b008f130cecb83e002e3b8"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Panda.app\" && cp -r \"Panda.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Utility to switch from light to dark mode",
    "homepage": "https://github.com/pablosproject/Panda-Mac-app"
  }
}