neovim-flake/modules/plugins/dashboard/startify/default.nix

7 lines
62 B
Nix
Raw Normal View History

_: {
imports = [
./startify.nix
./config.nix
];
}