hide neovim.desktop

This commit is contained in:
Adithya 2023-08-05 17:50:01 +05:30
parent 2dce222fae
commit d1b86cfa89
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

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