7 lines
102 B
Nix
7 lines
102 B
Nix
{
|
|
programs.neovim-flake.settings.vim = {
|
|
dashboard = {
|
|
alpha.enable = true;
|
|
};
|
|
};
|
|
}
|