nixos/home/common/core/nixvim/plugins/alpha.nix

11 lines
136 B
Nix

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