Files
shed/modules/home/programs/nixvim/plugins/alpha.nix

9 lines
108 B
Nix
Executable File

{
programs.nixvim = {
plugins.alpha = {
enable = true;
theme = "dashboard";
};
};
}