nixos/firefox: detail the format of preferences (#260204)

This commit is contained in:
Arne Keller
2025-03-23 12:53:14 +01:00
committed by GitHub
+7
View File
@@ -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 {