1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-18 17:09:41 +01:00
nixos-hardware/dell/xps/15-9500/default.nix
Ben 8e984dc856
Update dell/xps/15-9500/default.nix
Update intel drivers to default (Modesetting).

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2020-07-27 10:11:53 -04:00

8 lines
66 B
Nix

{ lib, pkgs, ... }:
{
imports = [
./xps-common.nix
];
}