summaryrefslogtreecommitdiff
path: root/modules/pc/hardware/default.nix
blob: 75315568015b2afa6fcd0df5b5414813d6807490 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  imports = [
    ./bluetooth.nix
    ./cpu.nix
    ./usb.nix
    ./yubikey.nix
  ];

  hardware = {
    enableRedistributableFirmware = true;
    enableAllFirmware = true;
  };
}