summaryrefslogtreecommitdiffstats
path: root/dell/xps/15-9550/default.nix
blob: e0bb70058abdcfea7e81454505f06943e18e60af (plain)
1
2
3
4
5
6
7
8
9
10
11
{ lib, ... }:

{
  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;

  services.xserver.libinput.enable = lib.mkDefault true;
}