This commit is contained in:
parent
815ba136b2
commit
7c60a88eb3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
package = pkgs.ungoogled-chromium;
|
||||
package = pkgs.ungoogled-chromium.override { enableWideVine = true; };
|
||||
commandLineArgs = [
|
||||
"--extension-mime-request-handling=always-prompt-for-install" # Enable Extension-Install Dialogue
|
||||
"--enable-features=ClearDataOnExit,NoReferrers,SpoofWebGLInfo" # Feature Flags
|
||||
|
|
Loading…
Add table
Reference in a new issue