This commit is contained in:
Christoph Hollizeck 2024-04-04 19:27:35 +02:00
parent 77881e8a71
commit 70c2531a96
2 changed files with 10 additions and 3 deletions

View file

@ -0,0 +1,5 @@
{ channels, inputs, ... }:
final: prev: {
vivaldi = prev.vivaldi.override { commandLineArgs = "--disable-features=AllowQt"; };
}