nvf/modules/plugins/theme/default.nix

8 lines
79 B
Nix
Raw Normal View History

{
imports = [
./theme.nix
./config.nix
2025-01-18 21:45:57 +00:00
./supported-themes
];
}