summaryrefslogtreecommitdiff
path: root/modules/hardware/default.nix
blob: 4c413a0ddda39f7f718f26902c7c14c2be5d3935 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  imports = [
    ./bluetooth.nix
    ./graphics.nix
    ./nvidia.nix
  ];

  hardware = {
    enableRedistributableFirmware = true;
    enableAllFirmware = true;
    cpu.amd.updateMicrocode = true;
  };
}