Add librewolf specific settings
This commit is contained in:
parent
b38548e890
commit
baf64a612c
1 changed files with 6 additions and 0 deletions
|
|
@ -4,6 +4,12 @@
|
||||||
{
|
{
|
||||||
programs.librewolf = {
|
programs.librewolf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
webgl.disable = false;
|
||||||
|
identity.fxaccounts.enabled = true;
|
||||||
|
};
|
||||||
|
|
||||||
policies = {
|
policies = {
|
||||||
OfferToSaveLogins = false;
|
OfferToSaveLogins = false;
|
||||||
PasswordManagerEnabled = false;
|
PasswordManagerEnabled = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue