home: mpv: add MIME associations
This commit is contained in:
parent
ee42c4d2f3
commit
523ab4baab
1 changed files with 7 additions and 0 deletions
|
|
@ -17,5 +17,12 @@ in
|
||||||
pkgs.mpvScripts.uosc # Nicer UI
|
pkgs.mpvScripts.uosc # Nicer UI
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
my.home.xdg.mime-apps = {
|
||||||
|
applications.media = {
|
||||||
|
audio = "mpv.desktop";
|
||||||
|
video = "mpv.desktop";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue