mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 10:28:53 +00:00
This commit is contained in:
parent
815ba136b2
commit
7c60a88eb3
|
|
@ -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…
Reference in a new issue