19 lines
219 B
Nix
19 lines
219 B
Nix
{ ... }: {
|
|
imports = [
|
|
./audio
|
|
./bluetooth
|
|
./inputMethods
|
|
./kernel
|
|
./locale
|
|
./network
|
|
./nix
|
|
./opengl
|
|
./time
|
|
./users
|
|
./services
|
|
./wm
|
|
./env.nix
|
|
./utils.nix
|
|
];
|
|
}
|