Gauntlet icon

Gauntlet 10

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": "10",
  "src": {
    "url": "https://github.com/project-gauntlet/gauntlet/releases/download/v10/gauntlet-aarch64-macos.dmg",
    "sha256": "ecd84c78629af96d768d4c5f588db115a896c3f8b5491983b202488972701968"
  },
  "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"
  }
}