mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-27 07:26:46 +00:00
7 lines
133 B
Nix
7 lines
133 B
Nix
|
{lib}: {
|
||
|
imports = lib.concatLists [
|
||
|
# Configuration options for Neovim UI
|
||
|
(lib.filesystem.listFilesRecursive ./ui)
|
||
|
];
|
||
|
}
|