infra/module/aspect/software/code/editor/tty/neovim.nix
2025-12-01 13:23:24 +07:00

13 lines
No EOL
181 B
Nix

{
den.aspects = {
code-editor-tty = {
homeManager = {
programs = {
neovim = {
enable = true;
};
};
};
};
};
}