8 lines
60 B
Nix
8 lines
60 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
../common
|
|
./gaming
|
|
];
|
|
}
|