home: xdg-mime: add default code editor

This commit is contained in:
Guanran Wang 2023-12-11 16:12:47 +08:00
parent cf44f14f65
commit defb43ea3d
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -37,6 +37,13 @@
"video/mp4"
"video/mpeg"
"video/webm"
] (n: ["mpv.desktop"]);
] (n: ["mpv.desktop"])
### Code editor
// lib.genAttrs [
"text/css"
"text/html"
"text/javascript"
"text/plain"
] (n: ["codium.desktop" "Helix.desktop" "nvim.desktop"]);
};
}