apple/macbook-pro/11-5: init

This commit is contained in:
Rehno Lindeque
2018-07-22 17:22:08 -04:00
parent 56b7d7254f
commit 93d292b830
3 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{ lib, pkgs, ... }:
{
imports = [
../.
../../../common/pc/laptop/ssd
<nixpkgs/nixos/modules/hardware/network/broadcom-43xx.nix>
];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# Apparently this is currently only supported by ati_unfree drivers, not ati
hardware.opengl.driSupport32Bit = false;
services.xserver.videoDrivers = [ "ati" ];
}