mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 19:25:58 +01:00
7 lines
64 B
Nix
7 lines
64 B
Nix
|
{
|
||
|
imports = [
|
||
|
./config.nix
|
||
|
./vim-dirtytalk.nix
|
||
|
];
|
||
|
}
|