9 lines
70 B
Nix
9 lines
70 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./border
|
|
./colors
|
|
./fonts
|
|
];
|
|
}
|