infra/module/aspect/software/code/editor/tty/neovim.nix

13 lines
181 B
Nix
Raw Normal View History

2025-12-01 13:23:24 +07:00
{
den.aspects = {
code-editor-tty = {
homeManager = {
programs = {
neovim = {
enable = true;
};
};
};
};
};
}