aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2017-11-13 00:38:26 +0100
committerRobert Helgesson <robert@rycee.net>2017-11-13 00:38:26 +0100
commit4ccf43d753a9a5039e30065f5983c6b18755f25b (patch)
treeae359a4238f456c47d5120c0a1247a5e4478faf2 /README.md
parent7ca68c649270879f1617d944afb8525e19a4dc6d (diff)
readme: use IcedTea in example
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 = {