home: xdg-mime: add default code editor
This commit is contained in:
parent
cf44f14f65
commit
defb43ea3d
1 changed files with 8 additions and 1 deletions
|
@ -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"]);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue