Gauntlet icon

Gauntlet 15

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": "15",
  "src": {
    "url": "https://github.com/project-gauntlet/gauntlet/releases/download/v15/gauntlet-universal-macos.dmg",
    "sha256": "02c11b5922535efaed2870d4fd1a5cf2b2a56f49c45e80d98f76cdd542d62c02"
  },
  "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"
  }
}