6 lines
74 B
Nix
6 lines
74 B
Nix
{ theme, ... }: {
|
|
imports = [
|
|
./themes/${theme}
|
|
./common
|
|
];
|
|
}
|