aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = {