diff --git a/users/price/conf/nvim/default.nix b/users/price/conf/nvim/default.nix index 1d224ab8..6c108ccf 100644 --- a/users/price/conf/nvim/default.nix +++ b/users/price/conf/nvim/default.nix @@ -36,4 +36,7 @@ bun ]; }; + xdg.mimeApps.defaultApplications = { + "text/plain" = [ "neovide.desktop" ]; + }; }