mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
dell-xps-15-9510: Add nvidia architecture
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user