mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:19:41 +00:00
Disable nss override for ungoogled-chromium
This commit is contained in:
parent
08864662bb
commit
cfd9ccb24f
|
@ -14,7 +14,6 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
package = pkgs.ungoogled-chromium.override {
|
package = pkgs.ungoogled-chromium.override {
|
||||||
nss = pkgs.nss_latest;
|
|
||||||
commandLineArgs = [
|
commandLineArgs = [
|
||||||
# Ungoogled features
|
# Ungoogled features
|
||||||
"--disable-search-engine-collection"
|
"--disable-search-engine-collection"
|
||||||
|
|
Loading…
Reference in a new issue