neovim-flake/modules/visuals/default.nix

12 lines
94 B
Nix

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