mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 05:40:13 +00:00
fix nautilus and xdg mimetypes
discovered sushi is not working, however
This commit is contained in:
@ -38,8 +38,9 @@ in {
|
||||
name = "Neovim wrapper";
|
||||
exec = "kitty nvim %F";
|
||||
};
|
||||
xdg.mimeApps = lib.mkIf pkgs.stdenv.isLinux {
|
||||
defaultApplications."text/markdown" = [ "nvim.desktop" ];
|
||||
xdg.mimeApps.defaultApplications = lib.mkIf pkgs.stdenv.isLinux {
|
||||
"text/plain" = [ "nvim.desktop" ];
|
||||
"text/markdown" = [ "nvim.desktop" ];
|
||||
};
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user