nvf/modules/theme/default.nix
2023-04-02 19:16:04 +03:00

9 lines
67 B
Nix

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