nvf/modules/plugins/theme/default.nix

6 lines
63 B
Nix

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