mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2026-04-28 13:10:37 +02:00
7 lines
62 B
Nix
7 lines
62 B
Nix
|
|
_: {
|
||
|
|
imports = [
|
||
|
|
./config.nix
|
||
|
|
./diffview.nix
|
||
|
|
];
|
||
|
|
}
|