15 lines
159 B
Nix
15 lines
159 B
Nix
{
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./adb.nix
|
|
./steam.nix
|
|
./1password.nix
|
|
./localsend.nix
|
|
./appimage.nix
|
|
./obs-studio.nix
|
|
];
|
|
}
|