mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2026-05-14 12:38:06 +02:00
7 lines
78 B
Nix
7 lines
78 B
Nix
{...}: {
|
|
imports = [
|
|
./alpha
|
|
./dashboard-nvim
|
|
./startify
|
|
];
|
|
}
|