Improve Brave's startup time
Use the basic password store instead of GPG. I don't save passwords in Brave anyway.
This commit is contained in:
parent
9c4be445e4
commit
378db6134a
|
@ -15,6 +15,10 @@ with lib;
|
|||
enable = true;
|
||||
package = pkgs.brave;
|
||||
|
||||
commandLineArgs = [
|
||||
"--password-store=basic"
|
||||
];
|
||||
|
||||
extensions = [
|
||||
"cjpalhdlnbpafiamejdnhcphjbkeiagm" # ublock origin
|
||||
"eimadpbcbfnmbkopoojfekhnkhdbieeh" # Dark Reader
|
||||
|
|
Loading…
Reference in a new issue