home(perso-desktop): Disable neovim (Not stable yet)
This commit is contained in:
parent
20da31b650
commit
094797efa5
1 changed files with 2 additions and 5 deletions
|
@ -1,6 +1,4 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
{...}: {
|
||||
imports = [
|
||||
../../modules/home
|
||||
];
|
||||
|
@ -16,7 +14,7 @@
|
|||
};
|
||||
|
||||
editors = {
|
||||
neovim.enable = true;
|
||||
# neovim.enable = true; TODO: Not stable yet
|
||||
};
|
||||
|
||||
shell = {
|
||||
|
@ -27,4 +25,3 @@
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue