mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-07 09:33:23 +00:00
9 lines
79 B
Nix
9 lines
79 B
Nix
{
|
|
...
|
|
}: {
|
|
imports = [
|
|
./glow
|
|
./config.nix
|
|
./module.nix
|
|
];
|
|
}
|