mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
switched to librewolf
This commit is contained in:
parent
30b43b8bc7
commit
2b7d2bf54e
3 changed files with 20 additions and 20 deletions
19
home-manager/librewolf.nix
Normal file
19
home-manager/librewolf.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{pkgs, ...}:{
|
||||
programs = {
|
||||
librewolf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"webgl.disabled" = true;
|
||||
"media.peerconnection.ice.no_host" = false;
|
||||
"identity.fxaccounts.enabled" = true;
|
||||
"browser.sessionstore.resume_from_crash" = false;
|
||||
"security.OCSP.require" = false;
|
||||
"network.dns.disableIPv6" = true;
|
||||
"privacy.resistFingerprinting" = true;
|
||||
"privacy.resistFingerprinting.letterboxing" = true;
|
||||
"privacy.clearOnShutdown.history" = true;
|
||||
"privacy.clearOnShutdown.downloads" = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue