1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-01 02:48:30 +02:00

readme: use IcedTea in example

This commit is contained in:
Robert Helgesson 2017-11-13 00:38:26 +01:00
parent 7ca68c6492
commit 4ccf43d753
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

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