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 = {