1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-28 00:57:23 +02:00
nixos-hardware/dell/xps/15-9550/default.nix
2017-12-24 23:21:05 +00:00

15 lines
356 B
Nix

{ lib, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
];
# TODO: boot loader
boot.loader.systemd-boot.enable = lib.mkDefault true;
boot.loader.efi.canTouchEfiVariables = lib.mkDefault true;
# To just use Intel integrated graphics with Intel's open source driver
# hardware.nvidiaOptimus.disable = true;
}