hide neovim.desktop
This commit is contained in:
parent
2dce222fae
commit
d1b86cfa89
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
|
xdg.desktopEntries = {
|
||||||
|
"nvim".name = "Neovim wrapper";
|
||||||
|
"nvim".exec = "nvim %F";
|
||||||
|
"nvim".noDisplay = true;
|
||||||
|
};
|
||||||
programs.nixvim = {
|
programs.nixvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
|
|
Loading…
Reference in a new issue