Common: add neovim

This commit is contained in:
Toast 2024-01-29 10:52:15 +01:00
parent e7bee1a15f
commit 12c9b16a55
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{ ... }:
{
home-manager.users.toast = {
programs.neovim = {
enable = true;
};
};
}