neovim-flake/modules/visuals/default.nix

9 lines
69 B
Nix

{
...
}: {
imports = [
./config.nix
./visuals.nix
];
}