mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-15 06:35:58 +01:00
6 lines
133 B
Nix
6 lines
133 B
Nix
{lib}: {
|
|
imports = lib.concatLists [
|
|
# Configuration options for Neovim UI
|
|
(lib.filesystem.listFilesRecursive ./ui)
|
|
];
|
|
}
|