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 = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
webgl.disable = false;
|
||||
identity.fxaccounts.enabled = true;
|
||||
};
|
||||
|
||||
policies = {
|
||||
OfferToSaveLogins = false;
|
||||
PasswordManagerEnabled = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue