restructuring

This commit is contained in:
cnst
2024-06-23 16:37:06 +02:00
parent cdf2b9771c
commit f9e2ad7321
6 changed files with 212 additions and 22 deletions

View File

@@ -0,0 +1,12 @@
{
programs.firefox = {
enable = true;
};
xdg.mimeApps.defaultApplications = {
"text/html" = [ "firefox.desktop" ];
"text/xml" = [ "firefox.desktop" ];
"x-scheme-handler/http" = [ "firefox.desktop" ];
"x-scheme-handler/https" = [ "firefox.desktop" ];
};
}