Hi,
Marc Weber <marco-oweber at gmx.de> writes:
> i84cOre has asked me how to enable adobeFlash for the system.
To get the Firefox Adobe Flash plugin (i686 only), write the following
to `~/.nixpkgs/config.nix':
{
firefox = {
enableAdobeFlash = true;
};
}
Simple! :-)
Thanks,
Ludovic.