Open mkvs with mpv by default

This commit is contained in:
Daniel Olsen 2022-04-24 18:43:06 +02:00
parent b372167736
commit 2781064e61
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ in {
defaultApplications = { defaultApplications = {
"image/png" = [ "sxiv.desktop" "gimp.desktop" ]; "image/png" = [ "sxiv.desktop" "gimp.desktop" ];
"text/plain" = [ "gedit.desktop" "kakoune.desktop" "code.desktop" ]; "text/plain" = [ "gedit.desktop" "kakoune.desktop" "code.desktop" ];
"video/x-matroska" = [ "mpv.desktop" ];
}; };
associations.removed = { associations.removed = {
"text/plain" = [ "writer.desktop" ]; "text/plain" = [ "writer.desktop" ];