chore(flake): update inputs

This commit is contained in:
Felix Schröter 2021-03-21 12:11:30 +01:00
parent 1c5879397d
commit afed40dfd9
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
2 changed files with 10 additions and 11 deletions

View file

@ -4,8 +4,7 @@
programs.chromium = {
enable = true;
package = pkgs.chromium.override {
enableVaapi = true; # NVIDIA also requires vdpau backend
commandLineArgs = "--force-dark-mode";
commandLineArgs = "--force-dark-mode --enable-features=VaapiVideoDecoder";
};
};
}