mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 22:55:58 +01:00
12 lines
90 B
Nix
12 lines
90 B
Nix
|
{
|
||
|
pkgs,
|
||
|
config,
|
||
|
lib,
|
||
|
...
|
||
|
}: {
|
||
|
imports = [
|
||
|
./config.nix
|
||
|
./git.nix
|
||
|
];
|
||
|
}
|