Files
nixos-hardware/apple/macbook-pro/11-4/default.nix
2025-08-18 13:14:33 +02:00

12 lines
244 B
Nix

{ lib, config, pkgs, modulesPath, ... }:
{
imports = [
../.
../../../common/cpu/intel/haswell
../../../common/pc/ssd
"${modulesPath}/hardware/network/broadcom-43xx.nix"
];
hardware.graphics.enable = lib.mkDefault true;
}