home(perso-desktop): Disable neovim (Not stable yet)

This commit is contained in:
Florian RICHER 2025-02-11 23:49:07 +01:00
parent 20da31b650
commit 094797efa5
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77

View file

@ -1,6 +1,4 @@
{ ... }: {...}: {
{
imports = [ imports = [
../../modules/home ../../modules/home
]; ];
@ -16,7 +14,7 @@
}; };
editors = { editors = {
neovim.enable = true; # neovim.enable = true; TODO: Not stable yet
}; };
shell = { shell = {
@ -27,4 +25,3 @@
}; };
}; };
} }