20 lines
182 B
Nix
20 lines
182 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}:
|
|
|
|
{
|
|
imports = [
|
|
./audio
|
|
./development
|
|
./gaming
|
|
./image
|
|
./misc
|
|
./peripherals
|
|
./video
|
|
./sync
|
|
./terminal
|
|
];
|
|
}
|