mime-apps: Open text files with neovim

Note that the nvim.desktop file has to be manually patched for this to
work.
This commit is contained in:
Donovan Glover 2024-03-29 10:07:38 -04:00
parent 47d92838ee
commit 32a95af4cd
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -3,6 +3,8 @@
enable = true;
defaultApplications = {
"text/markdown" = "nvim.desktop";
"text/plain" = "nvim.desktop";
"image/png" = "pqiv.desktop";
"image/jpeg" = "pqiv.desktop";
"image/gif" = "org.qutebrowser.qutebrowser.desktop";