[Nix-dev] Re: What about globalConfig /// userConfig?

Ludovic Courtès ludo at gnu.org
Thu Mar 13 15:26:32 CET 2008


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.




More information about the nix-dev mailing list