neovim-flake/modules/theme/default.nix

12 lines
92 B
Nix

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