mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
dell-xps-15-9510: Add nvidia architecture
This commit is contained in:
parent
32979d223a
commit
c75b52ace8
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
{ lib, pkgs, ... }: {
|
||||
imports = [ ../../../../common/gpu/nvidia/prime.nix ];
|
||||
imports = [
|
||||
../../../../common/gpu/nvidia/prime.nix
|
||||
../../../../common/gpu/nvidia/ampere
|
||||
];
|
||||
|
||||
#D-Bus service to check the availability of dual-GPU
|
||||
services.switcherooControl.enable = lib.mkDefault true;
|
||||
|
|
Loading…
Reference in a new issue