home: mimeapps: add video player

This commit is contained in:
Guanran Wang 2023-12-02 22:16:33 +08:00
parent f3899c3d0f
commit 91dfa05ef9
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -31,6 +31,12 @@
"image/jpeg" "image/jpeg"
"image/png" "image/png"
"image/webp" "image/webp"
] (n: ["org.gnome.Loupe.desktop"]); ] (n: ["org.gnome.Loupe.desktop"])
### Video player
// lib.genAttrs [
"video/mp4"
"video/mpeg"
"video/webm"
] (n: ["mpv.desktop"]);
}; };
} }