5 lines
104 B
Nix
5 lines
104 B
Nix
{ util, ... } @args: {
|
|
config = (import ./config args).text;
|
|
style = util.catAllText ./style args;
|
|
}
|