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