nvf/modules/dashboard/default.nix

13 lines
123 B
Nix
Raw Normal View History

2023-02-03 07:36:08 +00:00
{
pkgs,
config,
lib,
...
}: {
imports = [
./config.nix
#./alpha-nvim.nix
./dashboard-nvim.nix
];
}