From 4ccf43d753a9a5039e30065f5983c6b18755f25b Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Mon, 13 Nov 2017 00:38:26 +0100 Subject: [PATCH] readme: use IcedTea in example --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6cee3bfb8..a7e80e163 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,8 @@ configuration generations. As an example, let us expand the initial configuration file from the installation above to install the htop and fortune packages, install -Emacs with a few extra packages enabled, install Firefox with Adobe -Flash enabled, and enable the user gpg-agent service. +Emacs with a few extra packages enabled, install Firefox with the +IcedTea plugin enabled, and enable the user gpg-agent service. To satisfy the above setup we should elaborate the `~/.config/nixpkgs/home.nix` file as follows: @@ -130,7 +130,7 @@ To satisfy the above setup we should elaborate the programs.firefox = { enable = true; - enableAdobeFlash = true; + enableIcedTea = true; }; services.gpg-agent = {