mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2026-05-08 12:58:01 +02:00
7 lines
54 B
Nix
7 lines
54 B
Nix
|
|
{
|
||
|
|
imports = [
|
||
|
|
./config.nix
|
||
|
|
./ui2.nix
|
||
|
|
];
|
||
|
|
}
|