Added dell xps 15-9500, with nvidia gpu.
This commit is contained in:
parent
cc353d439e
commit
6ffcdbacc5
7 changed files with 288 additions and 0 deletions
10
dell/xps/15-9500/default.nix
Normal file
10
dell/xps/15-9500/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./xps-common.nix
|
||||
];
|
||||
|
||||
# This configuration makes intel default
|
||||
services.xserver.videoDrivers = lib.mkDefault [ "intel" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue