mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
Add Dell XPS 17 9700
Co-authored-by: Ivan Malison <IvanMalison@gmail.com> Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
10
dell/xps/17-9700/intel/default.nix
Normal file
10
dell/xps/17-9700/intel/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../../../common/cpu/intel
|
||||
../../../../common/pc/laptop
|
||||
../../../../common/gpu/nvidia-disable.nix
|
||||
../common.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user