Loading nixos/modules/programs/firefox.nix +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
nixos/modules/programs/firefox.nix +7 −0 Original line number Diff line number Diff line Loading @@ -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