mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 21:45:59 +01:00
11 lines
94 B
Nix
11 lines
94 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
lib,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./config.nix
|
|
./visuals.nix
|
|
];
|
|
}
|