mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-08 09:15:57 +01:00
9 lines
79 B
Nix
9 lines
79 B
Nix
{
|
|
...
|
|
}: {
|
|
imports = [
|
|
./glow
|
|
./config.nix
|
|
./module.nix
|
|
];
|
|
}
|