nixfiles/system/hardware/default.nix

11 lines
131 B
Nix

{...}: {
imports = [
./bluetooth.nix
./nvidia.nix
./opengl.nix
./sound.nix
./binfmt.nix
./gps.nix
];
}