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