Disable nss override for ungoogled-chromium

This commit is contained in:
ItsDrike 2024-06-23 21:58:47 +02:00
parent 08864662bb
commit cfd9ccb24f
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -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"