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