Gauntlet icon

Gauntlet 11

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