mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
firefox: make the extensions option visible
Also change the example to use the firefox-addons available on NUR.
This commit is contained in:
parent
95e36dfe74
commit
86af599a18
1 changed files with 1 additions and 2 deletions
|
@ -28,7 +28,7 @@ in
|
|||
type = types.listOf types.package;
|
||||
default = [];
|
||||
example = literalExample ''
|
||||
with pkgs.firefox-addons; [
|
||||
with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
https-everywhere
|
||||
privacy-badger
|
||||
]
|
||||
|
@ -38,7 +38,6 @@ in
|
|||
necessary to manually enable these extensions inside Firefox
|
||||
after the first installation.
|
||||
'';
|
||||
visible = false;
|
||||
};
|
||||
|
||||
enableAdobeFlash = mkOption {
|
||||
|
|
Loading…
Reference in a new issue