snowflake/home/programs/editors/neovim/plugins/ui/dashboard.nix

5 lines
71 B
Nix

_: {
programs.nixvim.plugins.dashboard = {
enable = true;
};
}