Use my own nixvim config

This commit is contained in:
MFlossmann 2024-07-03 02:27:30 +02:00
parent 48387d08e3
commit dac6fbb252
10 changed files with 48 additions and 15 deletions

View file

@ -41,8 +41,8 @@
programs.zsh.enable = true;
programs.neovim.enable = true;
programs.neovim.defaultEditor = true;
programs.neovim.enable = false;
programs.neovim.defaultEditor = false;
# Home Manager is pretty good at managing dotfiles. The primary way to manage
# plain files is through 'home.file'.