mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-12-20 09:20:07 +01:00
7 lines
55 B
Nix
7 lines
55 B
Nix
|
|
{
|
||
|
|
imports = [
|
||
|
|
./diff.nix
|
||
|
|
./config.nix
|
||
|
|
];
|
||
|
|
}
|