refactor(hm/price): make neovide default text/plain application

This commit is contained in:
Price Hiller 2025-01-09 13:06:49 -06:00
parent f3be42ef5d
commit df18b44c4b
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -36,4 +36,7 @@
bun
];
};
xdg.mimeApps.defaultApplications = {
"text/plain" = [ "neovide.desktop" ];
};
}