mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2026-05-15 18:58:05 +02:00
8 lines
69 B
Nix
8 lines
69 B
Nix
{
|
|
...
|
|
}: {
|
|
imports = [
|
|
./config.nix
|
|
./visuals.nix
|
|
];
|
|
}
|