Renamed system-master into henrovnix

This commit is contained in:
2026-02-23 17:57:21 +01:00
parent 922d3241ce
commit caefb3c0f4
8843 changed files with 107078 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{ config, pkgs, lib, ... }:
{
xdg.mimeApps.enable = true;
xdg.mimeApps.defaultApplications = {
"x-scheme-handler/http" = [ "app.zen_browser.zen.desktop" ];
"x-scheme-handler/https" = [ "app.zen_browser.zen.desktop" ];
"text/html" = [ "app.zen_browser.zen.desktop" ];
};
}