mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-15 21:41:15 +01:00
Add nvidia-disable profile
This is already used in XPS 15-9560, but instead of defining it in XPS 15-9560 let's create a separate profile and expose it for those who want to disable their NVIDIA GPU.
This commit is contained in:
parent
c9b965a43e
commit
36094450fd
4 changed files with 14 additions and 12 deletions
|
|
@ -80,6 +80,7 @@
|
|||
common-cpu-intel-kaby-lake = import ./common/cpu/intel/kaby-lake;
|
||||
common-cpu-intel-sandy-bridge = import ./common/cpu/intel/sandy-bridge;
|
||||
common-gpu-nvidia = import ./common/gpu/nvidia.nix;
|
||||
common-gpu-nvidia-disable = import ./common/gpu/nvidia-disable.nix;
|
||||
common-pc-hdd = import ./common/pc/hdd;
|
||||
common-pc-laptop-hdd = import ./common/pc/laptop/hdd;
|
||||
common-pc-laptop-ssd = import ./common/pc/ssd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue