nvf/modules/theme/default.nix
2023-03-31 18:47:17 +03:00

7 lines
63 B
Nix

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