Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
multifirefox # MultiFirefox
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
multifirefox # MultiFirefox
];
} Package Definition
{
"pname": "multifirefox",
"version": "2.3.3",
"src": {
"url": "https://mff_sparkle.s3.amazonaws.com/MultiFirefox_2.3.3.zip",
"sha256": "da08ec6b31a928549783aefcd54664fcf26e107bf09bb1d5439e769a2273b537"
},
"installPhase": [
"mkdir -p \"$out/Applications/MultiFirefox.app\" && cp -r \"MultiFirefox.app\" \"$out/Applications\""
],
"meta": {
"description": "Launcher utility to run multiple versions of Firefox side-by-side",
"homepage": "https://davemartorana.com/multifirefox/"
}
}