aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2020-05-19 20:40:42 -0500
committerRobert Helgesson <robert@rycee.net>2020-05-22 00:07:53 +0200
commitd99f54b51b7395e0652ddb2212676b7076c9af4f (patch)
tree113cf21f6cbfcd4484283ad318d815f380c0c6cf /README.md
parent4d49cee1947e8b69fc7a876741dd9c0fe2650c72 (diff)
readme: remove firefox "enableIcedTea" option
This option was actually removed in commit 3461ceebc01169f99362ab5cc62d26224e7886d9.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 905bd09ea94..087c7993108 100644
--- a/README.md
+++ b/README.md
@@ -149,7 +149,13 @@ To satisfy the above setup we should elaborate the
programs.firefox = {
enable = true;
- enableIcedTea = true;
+ profiles = {
+ myprofile = {
+ settings = {
+ "general.smoothScroll" = false;
+ };
+ };
+ };
};
services.gpg-agent = {