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

View File

@@ -1,5 +1,8 @@
{ lib, pkgs, ... }: { { 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 #D-Bus service to check the availability of dual-GPU
services.switcherooControl.enable = lib.mkDefault true; services.switcherooControl.enable = lib.mkDefault true;