mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-12-21 00:30:03 +01:00
7 lines
57 B
Nix
7 lines
57 B
Nix
|
|
{
|
||
|
|
imports = [
|
||
|
|
./jump2d.nix
|
||
|
|
./config.nix
|
||
|
|
];
|
||
|
|
}
|