Vorssaint icon

Vorssaint 3.3.0

Menu bar toolkit with keep-awake, system monitor and volume mixer

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "vorssaint",
  "version": "3.3.0",
  "src": {
    "url": "https://github.com/vorssaint/vorssaint-utils/releases/download/v3.3.0/Vorssaint-3.3.0.dmg",
    "sha256": "d6cb153e6e49496f7d01d0e2007376ff7ce7dc359846bb7d4dbe2de709f33bee"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Vorssaint.app\" && cp -r \"Vorssaint.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Menu bar toolkit with keep-awake, system monitor and volume mixer",
    "homepage": "https://github.com/vorssaint/vorssaint-utils"
  }
}