mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium: don't add mime associations ourselves
This commit is contained in:
parent
c20b4a283e
commit
7df31323a6
1 changed files with 3 additions and 2 deletions
|
|
@ -54,7 +54,8 @@
|
||||||
|
|
||||||
xdg.mimeApps = {
|
xdg.mimeApps = {
|
||||||
enable = true;
|
enable = true;
|
||||||
associations.added."x-scheme-handler/mailto" = ["org.gnome.Evolution.desktop"];
|
defaultApplications = {
|
||||||
defaultApplications."x-scheme-handler/mailto" = ["org.gnome.Evolution.desktop"];
|
"x-scheme-handler/mailto" = ["org.gnome.Evolution.desktop"];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue