mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
readme: remove firefox "enableIcedTea" option
This option was actually removed in commit
3461ceebc0
.
This commit is contained in:
parent
4d49cee194
commit
d99f54b51b
1 changed files with 7 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue