9 lines
78 B
Nix
9 lines
78 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./prism.nix
|
|
./steam.nix
|
|
./tas.nix
|
|
];
|
|
}
|