fix(markdown-preview): set default browser to firefox

This commit is contained in:
Michael Thomas 2024-09-06 14:14:18 -04:00
parent b80a9583ef
commit a2654d7fdd

View File

@ -2,7 +2,7 @@
plugins.markdown-preview = { plugins.markdown-preview = {
enable = true; enable = true;
settings = { settings = {
browser = "floorp"; browser = "firefox";
theme = "dark"; theme = "dark";
}; };
}; };