11 lines
116 B
Nix

{ ... }:
{
imports = [
./audio.nix
./graphics
./hardware-configuration.nix
./keyboard.nix
];
}