neovim-flake/modules/visuals/default.nix

7 lines
65 B
Nix

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