15 lines
136 B
Nix
Executable File
15 lines
136 B
Nix
Executable File
{
|
|
config,
|
|
pkgs,
|
|
host,
|
|
self,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./plugins
|
|
./options.nix
|
|
./keymaps.nix
|
|
./autocmd.nix
|
|
];
|
|
}
|