mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nixos/firefox: detail the format of preferences
This commit is contained in:
parent
380d69a7e6
commit
130ed284d7
1 changed files with 7 additions and 0 deletions
|
@ -118,8 +118,15 @@ in
|
|||
Some of these might be able to be configured more ergonomically
|
||||
using policies.
|
||||
|
||||
See [here](https://mozilla.github.io/policy-templates/#preferences) for allowed preferences.
|
||||
|
||||
${organisationInfo}
|
||||
'';
|
||||
example = lib.literalExpression ''
|
||||
{
|
||||
"browser.tabs.tabmanager.enabled" = false;
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
preferencesStatus = lib.mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue