18 lines
210 B
Nix
18 lines
210 B
Nix
{
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}: {
|
|
imports = [
|
|
# ./alvr.nix
|
|
./easyeffects.nix
|
|
./vr.nix
|
|
./crosspipe.nix
|
|
# ./wine.nix
|
|
# ./virt.nix
|
|
./gparted.nix
|
|
./nvtop.nix
|
|
# ./qpwgraph.nix
|
|
];
|
|
}
|