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 = {
|
||||
default = "firefox";
|
||||
default = "chromium";
|
||||
firefox.enable = true;
|
||||
chrome.enable = true;
|
||||
};
|
||||
|
|
|
@ -23,6 +23,7 @@ in {
|
|||
"--ignore-gpu-blocklist"
|
||||
"--enable-zero-copy"
|
||||
"--ozone-platform-hint=auto"
|
||||
"--password-store=basic"
|
||||
];
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue