change firefox config
This commit is contained in:
parent
ba179e7ddf
commit
e195bf3790
|
@ -4,9 +4,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
profiles.default = {
|
profiles.default = {
|
||||||
settings = {};
|
settings = builtins.readFile ./user.js;
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
userChrome = builtins.readFile ./userChrome.css;
|
# userChrome = builtins.readFile ./userChrome.css;
|
||||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
sponsorblock
|
sponsorblock
|
||||||
ublock-origin
|
ublock-origin
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
|
package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
|
||||||
# extraPolicies = {
|
# extraPolicies = {
|
||||||
# CaptivePortal = false;
|
# CaptivePortal = false;
|
||||||
# DisableFirefoxStudies = true;
|
# DisableFirefoxStudies = true;
|
||||||
|
@ -253,7 +253,7 @@
|
||||||
# "network.cookie.lifetimePolicy" = 0;
|
# "network.cookie.lifetimePolicy" = 0;
|
||||||
# "security.pki.sha1_enforcement_level" = 1;
|
# "security.pki.sha1_enforcement_level" = 1;
|
||||||
# };
|
# };
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
1261
modules/home/firefox/user.js
Normal file
1261
modules/home/firefox/user.js
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue