change firefox config
This commit is contained in:
parent
ba179e7ddf
commit
e195bf3790
|
@ -4,9 +4,9 @@
|
|||
enable = true;
|
||||
|
||||
profiles.default = {
|
||||
settings = {};
|
||||
settings = builtins.readFile ./user.js;
|
||||
isDefault = true;
|
||||
userChrome = builtins.readFile ./userChrome.css;
|
||||
# userChrome = builtins.readFile ./userChrome.css;
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
sponsorblock
|
||||
ublock-origin
|
||||
|
@ -17,7 +17,7 @@
|
|||
];
|
||||
};
|
||||
|
||||
# package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
|
||||
package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
|
||||
# extraPolicies = {
|
||||
# CaptivePortal = false;
|
||||
# DisableFirefoxStudies = true;
|
||||
|
@ -253,7 +253,7 @@
|
|||
# "network.cookie.lifetimePolicy" = 0;
|
||||
# "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