mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-24 11:41:24 +02: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;
|
enable = true;
|
||||||
|
|
||||||
defaultApplications = {
|
defaultApplications = {
|
||||||
|
"text/markdown" = "nvim.desktop";
|
||||||
|
"text/plain" = "nvim.desktop";
|
||||||
"image/png" = "pqiv.desktop";
|
"image/png" = "pqiv.desktop";
|
||||||
"image/jpeg" = "pqiv.desktop";
|
"image/jpeg" = "pqiv.desktop";
|
||||||
"image/gif" = "org.qutebrowser.qutebrowser.desktop";
|
"image/gif" = "org.qutebrowser.qutebrowser.desktop";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user