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, ...}: {
|
{pkgs, ...}: {
|
||||||
|
xdg.desktopEntries."nvim".name = "Neovim wrapper";
|
||||||
|
xdg.desktopEntries."nvim".exec = "nvim %F";
|
||||||
|
xdg.desktopEntries."nvim".noDisplay = true;
|
||||||
|
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
|
|
Loading…
Reference in a new issue