Files
shed/glasshouse-desktop/dotfiles/packages/nixvim/config/plugins/alpha.nix
2024-09-24 14:45:35 -04:00

7 lines
79 B
Nix

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