aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6cee3bfb894..a7e80e16344 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 = {