Skip to content

Commit

Permalink
fix(chromium): only works on system level
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Nov 11, 2023
1 parent 4b0b765 commit 2ad0c59
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions home/isabel/programs/configs/gui/browsers/chromium.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ in {
"dnhpnfgdlenaccegplpojghhmaamnnfp" # Augmented Steam
];

extraOpts = {
"AutofillAddressEnabled" = false;
"AutofillCreditCardEnabled" = false;
"BuiltInDnsClientEnabled" = false;
"DeviceMetricsReportingEnabled" = true;
"ReportDeviceCrashReportInfo" = false;
"PasswordManagerEnabled" = false;
"SpellcheckEnabled" = true;
"SpellcheckLanguage" = [
"en-GB"
"en-US"
];
"VoiceInteractionHotwordEnabled" = false;
};
# extraOpts = {
# "AutofillAddressEnabled" = false;
# "AutofillCreditCardEnabled" = false;
# "BuiltInDnsClientEnabled" = false;
# "DeviceMetricsReportingEnabled" = true;
# "ReportDeviceCrashReportInfo" = false;
# "PasswordManagerEnabled" = false;
# "SpellcheckEnabled" = true;
# "SpellcheckLanguage" = [
# "en-GB"
# "en-US"
# ];
# "VoiceInteractionHotwordEnabled" = false;
# };

package = pkgs.ungoogled-chromium.override {
nss = pkgs.nss_latest;
Expand Down

0 comments on commit 2ad0c59

Please sign in to comment.