mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
13 lines
115 B
Nix
13 lines
115 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./treesitter.nix
|
|
./context.nix
|
|
./config.nix
|
|
];
|
|
}
|