Front icon

Front 3.62.1

Customer communication platform

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "front",
  "version": "3.62.1",
  "src": {
    "url": "https://dl.frontapp.com/desktop/builds/3.62.1/Front-3.62.1-arm64.zip",
    "sha256": "7e1f56cd6fe8f4f60b61d53774033b2b022c3b85e8bf5d9f7b263c062a49109c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Front.app\" \"$out/Applications/Front.app\""
  ],
  "meta": {
    "description": "Customer communication platform",
    "homepage": "https://front.com/"
  }
}