mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2026-05-14 23:08:09 +02:00
12 lines
119 B
Nix
12 lines
119 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
lib,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./alpha.nix
|
|
./dashboard-nvim.nix
|
|
./startify.nix
|
|
];
|
|
}
|