Vicinae icon

Vicinae 0.23.2

Application launcher and command palette

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "vicinae",
  "version": "0.23.2",
  "src": {
    "url": "https://github.com/vicinaehq/vicinae/releases/download/v0.23.2/Vicinae.dmg",
    "sha256": "8e89e638f7710c0155d1c15ff9bdce94133d9c831050d0d1e9d4714d2b88b8a5"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Vicinae.app\" && cp -r \"Vicinae.app\" \"$out/Applications\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/Vicinae.app/Contents/MacOS/vicinae-cli\" \"$out/bin/vicinae\""
  ],
  "meta": {
    "description": "Application launcher and command palette",
    "homepage": "https://vicinae.com/"
  }
}