fix chrome and make default
This commit is contained in:
parent
c408aea5b8
commit
c15554f510
2 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
browsers = {
|
browsers = {
|
||||||
default = "firefox";
|
default = "chromium";
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
chrome.enable = true;
|
chrome.enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -23,6 +23,7 @@ in {
|
||||||
"--ignore-gpu-blocklist"
|
"--ignore-gpu-blocklist"
|
||||||
"--enable-zero-copy"
|
"--enable-zero-copy"
|
||||||
"--ozone-platform-hint=auto"
|
"--ozone-platform-hint=auto"
|
||||||
|
"--password-store=basic"
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue