Regenerated

This commit is contained in:
2026-05-04 20:21:53 +02:00
parent 5f8ea4e04c
commit 02bd6993c9
3 changed files with 443 additions and 404 deletions
@@ -34,6 +34,7 @@ in
environment.systemPackages = [
basePortal
hyprlandPortal
xdg-utils
];
#################################
# Home Manager user config
@@ -59,4 +60,16 @@ in
};
};
};
xdg.mimeApps = {
enable = true;
defaultApplications = {
"x-scheme-handler/http" = "zen";
"x-scheme-handler/https" = "zen";
"text/html" = "zen";
# TXT files → Zed Editor
"text/plain" = "dev.zed.Zed.desktop";
"application/octet-stream" = "dev.zed.Zed.desktop";
};
};
}