mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-18 17:09:41 +01:00
8e984dc856
Update intel drivers to default (Modesetting). Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
8 lines
66 B
Nix
8 lines
66 B
Nix
{ lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./xps-common.nix
|
|
];
|
|
|
|
}
|