1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2024-12-27 03:49:50 +01:00
neovim-flake/modules/dashboard/default.nix
2023-03-31 18:47:17 +03:00

7 lines
78 B
Nix

{...}: {
imports = [
./alpha
./dashboard-nvim
./startify
];
}