mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-10 04:59:40 +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, ... }: {
|
{ 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;
|
||||||
|
|
Loading…
Reference in a new issue