readme: use IcedTea in example
This commit is contained in:
parent
7ca68c6492
commit
4ccf43d753
|
@ -105,8 +105,8 @@ configuration generations.
|
|||
|
||||
As an example, let us expand the initial configuration file from the
|
||||
installation above to install the htop and fortune packages, install
|
||||
Emacs with a few extra packages enabled, install Firefox with Adobe
|
||||
Flash enabled, and enable the user gpg-agent service.
|
||||
Emacs with a few extra packages enabled, install Firefox with the
|
||||
IcedTea plugin enabled, and enable the user gpg-agent service.
|
||||
|
||||
To satisfy the above setup we should elaborate the
|
||||
`~/.config/nixpkgs/home.nix` file as follows:
|
||||
|
@ -130,7 +130,7 @@ To satisfy the above setup we should elaborate the
|
|||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
enableAdobeFlash = true;
|
||||
enableIcedTea = true;
|
||||
};
|
||||
|
||||
services.gpg-agent = {
|
||||
|
|
Loading…
Reference in a new issue