summaryrefslogtreecommitdiffstats
path: root/modules/plugins/dashboard/dashboard-nvim/default.nix
blob: 148374980b09a1df9bad4d0fcdf0d1b284d42207 (plain)
1
2
3
4
5
6
{
  imports = [
    ./dashboard-nvim.nix
    ./config.nix
  ];
}