home: mimeapps: add video player
This commit is contained in:
parent
f3899c3d0f
commit
91dfa05ef9
1 changed files with 7 additions and 1 deletions
|
@ -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"]);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue