nichts/modules/style/module.nix
2024-11-19 14:20:00 +01:00

6 lines
59 B
Nix

_: {
imports = [
./colors.nix
./fonts.nix
];
}