mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-21 19:07:59 +00:00
6 lines
133 B
Nix
6 lines
133 B
Nix
{lib}: {
|
|
imports = lib.concatLists [
|
|
# Configuration options for Neovim UI
|
|
(lib.filesystem.listFilesRecursive ./ui)
|
|
];
|
|
}
|