remove nvim desktop entry
This commit is contained in:
parent
4dbd00ae76
commit
4762091c68
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue