Files
nixos-config/glasshouse-desktop/home/nixvim/config/plugins/alpha.nix
2024-10-10 03:53:44 -04:00

7 lines
79 B
Nix

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