mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
firefox: update extensions option description
This commit is contained in:
parent
b8d81ef15e
commit
08d3cbfe4d
1 changed files with 5 additions and 0 deletions
|
@ -683,6 +683,11 @@ in {
|
||||||
|
|
||||||
Note that it is necessary to manually enable these extensions
|
Note that it is necessary to manually enable these extensions
|
||||||
inside Firefox after the first installation.
|
inside Firefox after the first installation.
|
||||||
|
|
||||||
|
To automatically enable extensions add
|
||||||
|
`"extensions.autoDisableScopes" = 0;`
|
||||||
|
to
|
||||||
|
[{option}`programs.firefox.profiles.<profile>.settings`](#opt-programs.firefox.profiles._name_.settings)
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue