firefox: make the extensions option visible
Also change the example to use the firefox-addons available on NUR.
(cherry picked from commit 86af599a18
)
This commit is contained in:
parent
6bc07d4f53
commit
6fcaef5235
|
@ -28,7 +28,7 @@ in
|
||||||
type = types.listOf types.package;
|
type = types.listOf types.package;
|
||||||
default = [];
|
default = [];
|
||||||
example = literalExample ''
|
example = literalExample ''
|
||||||
with pkgs.firefox-addons; [
|
with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
https-everywhere
|
https-everywhere
|
||||||
privacy-badger
|
privacy-badger
|
||||||
]
|
]
|
||||||
|
@ -38,7 +38,6 @@ in
|
||||||
necessary to manually enable these extensions inside Firefox
|
necessary to manually enable these extensions inside Firefox
|
||||||
after the first installation.
|
after the first installation.
|
||||||
'';
|
'';
|
||||||
visible = false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
enableAdobeFlash = mkOption {
|
enableAdobeFlash = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue