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.2",
"src": {
"url": "https://github.com/vorssaint/vorssaint-utils/releases/download/v3.3.2/Vorssaint-3.3.2.dmg",
"sha256": "7faf8b55753a4f34ccccd65c20c2ee847d88e374159dfbb95eedcd50aa5341cb"
},
"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"
}
}