Common: add neovim
This commit is contained in:
parent
e7bee1a15f
commit
12c9b16a55
2 changed files with 10 additions and 0 deletions
9
roles/common/programs/neovim.nix
Normal file
9
roles/common/programs/neovim.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
home-manager.users.toast = {
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue