feat: re-enable neovim

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-01-12 15:20:02 +01:00
parent 1fbd481087
commit 12f6ed344d
2 changed files with 2 additions and 2 deletions
homes
x86_64-darwin/harald@mpro.fritz.box
x86_64-linux/harald@sgx-nixos

View file

@ -18,7 +18,7 @@
cli-apps = {
bash.enable = true;
fish.enable = true;
neovim.enable = false;
neovim.enable = true;
tmux.enable = true;
bat.enable = true;
starship.enable = true;

View file

@ -18,7 +18,7 @@
cli-apps = {
bash.enable = true;
fish.enable = true;
neovim.enable = false;
neovim.enable = true;
tmux.enable = true;
bat.enable = true;
starship.enable = true;