From d99f54b51b7395e0652ddb2212676b7076c9af4f Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Tue, 19 May 2020 20:40:42 -0500 Subject: [PATCH] readme: remove firefox "enableIcedTea" option This option was actually removed in commit 3461ceebc01169f99362ab5cc62d26224e7886d9. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 905bd09e..087c7993 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 = {