mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 17:23:09 +01:00
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:
parent
47d92838ee
commit
32a95af4cd
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user