nixfiles/system/hardware/default.nix
2024-10-29 13:18:02 +01:00

12 lines
131 B
Nix

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