Regenerated
This commit is contained in:
@@ -1572,6 +1572,7 @@ in
|
||||
environment.systemPackages = [
|
||||
basePortal
|
||||
hyprlandPortal
|
||||
xdg-utils
|
||||
];
|
||||
#################################
|
||||
# Home Manager user config
|
||||
@@ -1597,6 +1598,18 @@ 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";
|
||||
};
|
||||
};
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user