Gauntlet icon

Gauntlet 20

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": "20",
  "src": {
    "url": "https://github.com/project-gauntlet/gauntlet/releases/download/v20/gauntlet-universal-macos.dmg",
    "sha256": "86bfad8a08ce24651cbc551ddd2d877d7917e622611b5d62bcc4d16b21c9fa9d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Gauntlet.app\" && cp -r \"Gauntlet.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Open-source cross-platform application launcher",
    "homepage": "https://github.com/project-gauntlet/gauntlet"
  }
}