ProfileCreator icon

ProfileCreator 0.3.2,201907171032-beta

Create standard or customised configuration profiles

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "profilecreator",
  "version": "0.3.2,201907171032-beta",
  "src": {
    "url": "https://github.com/erikberglund/ProfileCreator/releases/download/v0.3.2/ProfileCreator_v0.3.2-201907171032-beta.dmg",
    "sha256": "a4a1b45bfaa6bc83aac7ef532981aaa0c807cd17fbfb1f157980144e5d309aea"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"ProfileCreator.app\" \"$out/Applications/ProfileCreator.app\""
  ],
  "meta": {
    "description": "Create standard or customised configuration profiles",
    "homepage": "https://github.com/erikberglund/ProfileCreator"
  }
}