remove nvim desktop entry

This commit is contained in:
Adithya 2023-06-04 19:01:33 +05:30
parent 4dbd00ae76
commit 4762091c68
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -1,4 +1,8 @@
{pkgs, ...}: {
xdg.desktopEntries."nvim".name = "Neovim wrapper";
xdg.desktopEntries."nvim".exec = "nvim %F";
xdg.desktopEntries."nvim".noDisplay = true;
programs.neovim = {
enable = true;
viAlias = true;