readme: remove firefox "enableIcedTea" option
This option was actually removed in commit3461ceebc0
. (cherry picked from commitd99f54b51b
)
This commit is contained in:
parent
cc69c3115f
commit
7c0774ba0e
|
@ -149,7 +149,13 @@ To satisfy the above setup we should elaborate the
|
||||||
|
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableIcedTea = true;
|
profiles = {
|
||||||
|
myprofile = {
|
||||||
|
settings = {
|
||||||
|
"general.smoothScroll" = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.gpg-agent = {
|
services.gpg-agent = {
|
||||||
|
|
Loading…
Reference in a new issue