firefox -> librewolf
This commit is contained in:
parent
f2427131c1
commit
7bc095fcea
1 changed files with 12 additions and 4 deletions
|
|
@ -42,12 +42,20 @@ in
|
|||
docker.enable = true;
|
||||
};
|
||||
|
||||
programs = {
|
||||
firefox.enable = true;
|
||||
kdeconnect.enable = true;
|
||||
};
|
||||
programs.kdeconnect.enable = true;
|
||||
|
||||
home = {
|
||||
programs.librewolf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"identity.fxaccounts.enabled" = true;
|
||||
"webgl.disabled" = false;
|
||||
"privacy.resistFingerprinting" = false;
|
||||
"privacy.clearOnShutdown.history" = false;
|
||||
"privacy.clearOnShutdown.cookies" = false;
|
||||
"network.cookie.lifetimePolicy" = 0;
|
||||
};
|
||||
};
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
package = pkgs.thunderbird-latest;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue