ADD: various things ...
This commit is contained in:
parent
6cf61cb4f5
commit
fe5cd05d60
11 changed files with 166 additions and 53 deletions
|
|
@ -1,12 +1,23 @@
|
|||
_: {
|
||||
{pkgs, nur, ... }: {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
languagePacks = ["fr"];
|
||||
profiles.default = {
|
||||
settings = {
|
||||
"intl.locale.requested" = "fr" ;
|
||||
"intl.accept_languages" = "fr, en-US, en";
|
||||
"privacy.trackingprotection.enabled" = true ;
|
||||
"privacy.resistFingerprinting" = true ;
|
||||
"network.cookie.cookieBehavior" = 1;
|
||||
};
|
||||
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
i-dont-care-about-cookies
|
||||
privacy-badger
|
||||
proton-pass
|
||||
ublock-origin
|
||||
];
|
||||
};
|
||||
};
|
||||
programs.floorp = {
|
||||
enable = true;
|
||||
languagePacks = ["fr"];
|
||||
};
|
||||
}
|
||||
}
|
||||
# vim: set ts=2 sw=2 sts=2 et :
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue