home: discord: add MIME associations

This commit is contained in:
Bruno BELANYI 2025-07-30 16:11:47 +00:00
parent aa2c024093
commit 1e063b51ae

View file

@ -21,5 +21,9 @@ in
# Do not keep me from using the app just to force an update # Do not keep me from using the app just to force an update
SKIP_HOST_UPDATE = true; SKIP_HOST_UPDATE = true;
}; };
xdg.mimeApps.defaultApplications = {
"x-scheme-handler/discord" = "discord.desktop";
};
}; };
} }