fix chrome and make default

This commit is contained in:
Chris Kruining 2025-03-05 00:15:30 +01:00
parent c408aea5b8
commit c15554f510
2 changed files with 2 additions and 1 deletions

View file

@ -63,7 +63,7 @@
};
browsers = {
default = "firefox";
default = "chromium";
firefox.enable = true;
chrome.enable = true;
};

View file

@ -23,6 +23,7 @@ in {
"--ignore-gpu-blocklist"
"--enable-zero-copy"
"--ozone-platform-hint=auto"
"--password-store=basic"
];
})
];