neovim-flake/modules/theme/default.nix

9 lines
67 B
Nix
Raw Normal View History

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