Add more mime types

This commit is contained in:
Daniel Olsen 2022-04-02 03:09:11 +02:00
parent d23b0abfbc
commit 5ffc5fbe3d
1 changed files with 4 additions and 0 deletions

View File

@ -182,6 +182,10 @@ in {
enable = true; enable = true;
defaultApplications = { defaultApplications = {
"image/png" = [ "sxiv.desktop" "gimp.desktop" ]; "image/png" = [ "sxiv.desktop" "gimp.desktop" ];
"text/plain" = [ "gedit.desktop" "kakoune.desktop" "code.desktop" ];
};
associations.removed = {
"text/plain" = [ "writer.desktop" ];
}; };
}; };