1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-19 21:07:23 +02:00

dell-xps-15-9510: Add nvidia architecture

This commit is contained in:
Lyndon Sanche 2024-09-03 12:16:41 -06:00
parent 32979d223a
commit c75b52ace8
No known key found for this signature in database

View file

@ -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;