mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 08:39:41 +01:00
1b3a547126
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
11 lines
192 B
Nix
11 lines
192 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
../.
|
|
../../../common/gpu/intel/sandy-bridge
|
|
../../../common/pc/laptop/ssd
|
|
];
|
|
|
|
networking.enableB43Firmware = lib.mkDefault true;
|
|
}
|