neovim-flake/modules/theme/default.nix

9 lines
67 B
Nix

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