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;
};