[Programs] Use standard chromium

This commit is contained in:
Antoine Viallon 2022-04-03 23:25:09 +02:00
parent 8d1acaca33
commit 44e8fc72ca
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -117,13 +117,17 @@ in
ungoogled-chromium = super.ungoogled-chromium.override {
enableWideVine = true;
};
chromium = self.ungoogled-chromium;
chromium = super.chromium.override {
enableWideVine = true;
};
# chromium = self.ungoogled-chromium;
})
];
aviallon.programs.allowUnfreeList = [
"unrar" "ark"
"chromium-unwrapped" "chrome-widevine-cdm" "ungoogled-chromium" # because of widevine
"chromium-unwrapped" "chrome-widevine-cdm"
"ungoogled-chromium" "chromium" # because of widevine
];
};
}