Better brave config

This commit is contained in:
Emmet 2025-08-31 18:08:30 -05:00
parent 5684e1b560
commit b927432d45
9 changed files with 57 additions and 25 deletions

View file

@ -1,22 +0,0 @@
{ config, lib, pkgs, ... }:
{
config = {
nixpkgs.config.overlays = [
(self: super: {
brave = super.brave.override {
commandLineArgs = [
"--password-store=gnome-libsecret"
"--ignore-gpu-blocklist"
"--enable-gpu-rasterization"
"--enable-accelerated-video-decode"
"--enable-quic"
"--enable-zero-copy"
"--enable-native-gpu-memory-buffers"
"--num-raster-threads=4"
];
};
})
];
};
}