add(anki): set .apkg files open to anki by default
mostly a personal taste. may adjust later if conflict arise
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
home.packages = with pkgs; [anki-bin];
|
home.packages = with pkgs; [anki-bin];
|
||||||
|
|
||||||
|
xdg.mimeApps = {
|
||||||
|
enable = true;
|
||||||
|
defaultApplications = {
|
||||||
|
"application/x-apkg" = "anki.desktop";
|
||||||
|
"application/x-anki-deck" = "anki.desktop";
|
||||||
|
"application/x-anki-collection" = "anki.desktop";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user