11 lines
115 B
Nix
11 lines
115 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./qbittirrent.nix
|
|
./steam.nix
|
|
./ungoogled-chromium.nix
|
|
./wine.nix
|
|
];
|
|
}
|