Move neovim config into it's own module

This commit is contained in:
SebastianStork 2024-03-13 11:35:28 +01:00
parent a3cadd92c9
commit e50ba91241
3 changed files with 19 additions and 8 deletions

View file

@ -12,6 +12,7 @@
theming.enable = true;
ssh-client.enable = true;
git.enable = true;
neovim.enable = true;
};
programs.kitty = {
@ -26,14 +27,6 @@
};
};
programs.neovim = {
enable = true;
defaultEditor = true;
viAlias = true;
vimAlias = true;
vimdiffAlias = true;
};
services.clipmenu = {
enable = true;
launcher = "rofi";