home: mpv: add MIME associations

This commit is contained in:
Bruno BELANYI 2025-01-31 11:43:21 +00:00
parent f1e9103bc4
commit 9af0f1d5e8

View file

@ -17,5 +17,12 @@ in
pkgs.mpvScripts.uosc # Nicer UI
];
};
my.home.xdg.mime-apps = {
applications.media = {
audio = [ "mpv.desktop" ];
video = [ "mpv.desktop" ];
};
};
};
}