* Remove flake-utils_2, nix-github-actions, nixpkgs_2, poetry2nix, systems_2, systems_3, and treefmt-nix_2 from flake.lock * Add alpha plugin configuration in home/common/core/nixvim/plugins/alpha.nix * Include alpha plugin in home/common/core/nixvim/plugins/default.nix
10 lines
136 B
Nix
10 lines
136 B
Nix
{
|
|
programs.nixvim.plugins = {
|
|
alpha = {
|
|
enable = true;
|
|
iconsEnabled = true;
|
|
theme = "dashboard";
|
|
};
|
|
};
|
|
}
|
|
|