11 lines
136 B
Nix
11 lines
136 B
Nix
|
{
|
||
|
programs.nixvim.plugins = {
|
||
|
alpha = {
|
||
|
enable = true;
|
||
|
iconsEnabled = true;
|
||
|
theme = "dashboard";
|
||
|
};
|
||
|
};
|
||
|
}
|
||
|
|