mirror of
https://github.com/nix-community/home-manager.git
synced 2024-12-14 11:57:55 +00:00
parent
8e8210b441
commit
ca6fcc92a1
1 changed files with 13 additions and 3 deletions
|
@ -101,9 +101,19 @@ in
|
||||||
]
|
]
|
||||||
'';
|
'';
|
||||||
description = ''
|
description = ''
|
||||||
List of Firefox add-on packages to install. Note, it is
|
List of Firefox add-on packages to install. Some
|
||||||
necessary to manually enable these extensions inside Firefox
|
pre-packaged add-ons are accessible from NUR,
|
||||||
after the first installation.
|
<link xlink:href="https://github.com/nix-community/NUR"/>.
|
||||||
|
Once you have NUR installed run
|
||||||
|
|
||||||
|
<screen language="console">
|
||||||
|
<prompt>$</prompt> <userinput>nix-env -f '<nixpkgs>' -qaP -A nur.repos.rycee.firefox-addons</userinput>
|
||||||
|
</screen>
|
||||||
|
|
||||||
|
to list the available Firefox add-ons.
|
||||||
|
</para><para>
|
||||||
|
Note that it is necessary to manually enable these
|
||||||
|
extensions inside Firefox after the first installation.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue