Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
bramble # Bramble
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
bramble # Bramble
];
} Package Definition
{
"pname": "bramble",
"version": "0.7.0",
"src": {
"url": "https://github.com/flythenimbus/bramble/releases/download/0.7.0-desktop/Bramble_0.7.0_universal.dmg",
"sha256": "ec5b1b988ffda00a2e4cf58757eb6897c8d5b4d04c9be33ac17e551c73497d68"
},
"installPhase": [
"mkdir -p \"$out/Applications/Bramble.app\" && cp -r \"Bramble.app\" \"$out/Applications\""
],
"meta": {
"description": "Password manager",
"homepage": "https://bramble.sh/"
}
}