Open mkvs with mpv by default
This commit is contained in:
parent
b372167736
commit
2781064e61
|
@ -184,6 +184,7 @@ in {
|
|||
defaultApplications = {
|
||||
"image/png" = [ "sxiv.desktop" "gimp.desktop" ];
|
||||
"text/plain" = [ "gedit.desktop" "kakoune.desktop" "code.desktop" ];
|
||||
"video/x-matroska" = [ "mpv.desktop" ];
|
||||
};
|
||||
associations.removed = {
|
||||
"text/plain" = [ "writer.desktop" ];
|
||||
|
|
Loading…
Reference in New Issue