Sun Jun 23 09:51:14 PM CEST 2024

This commit is contained in:
Thomas Avé 2024-06-23 21:51:14 +02:00
parent 5276775d59
commit 95adfac98e
1 changed files with 11 additions and 4 deletions

View File

@ -49,9 +49,16 @@
services.cliphist = { enable = true; };
xdg.mimeApps.defaultApplications = {
xdg.mimeApps = {
enable = true;
defaultApplications = {
"application/pdf" = "org.gnome.Evince.desktop";
"x-scheme-handler/tg" = "org.telegram.desktop.desktop";
"video/*" = "mpv.desktop";
"audio/*" = "mpv.desktop";
};
associations.added = {
"x-scheme-handler/tg" = "org.telegram.desktop.desktop";
};
};
}