Lunacy icon

Lunacy 14.1

Graphic design software

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "lunacy",
  "version": "14.1",
  "src": {
    "url": "https://lcdn.icons8.com/setup/Lunacy_14.1.dmg",
    "sha256": "451097a530421ece04b10a2b5100da8f02dc45497f8b969596b7620100d53509"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Lunacy.app\" && cp -r \"Lunacy.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Graphic design software",
    "homepage": "https://icons8.com/lunacy"
  }
}