Gauntlet icon

Gauntlet 14

Open-source cross-platform application launcher

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "gauntlet",
  "version": "14",
  "src": {
    "url": "https://github.com/project-gauntlet/gauntlet/releases/download/v14/gauntlet-aarch64-macos.dmg",
    "sha256": "24d4c995375a62990d3a48cf6a042d589f2e296ed3029bb827aae6fa7618ad06"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Gauntlet.app\" \"$out/Applications/Gauntlet.app\""
  ],
  "meta": {
    "description": "Open-source cross-platform application launcher",
    "homepage": "https://github.com/project-gauntlet/gauntlet"
  }
}