mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
chore: Add switcheroo service for Dual GPU
This commit is contained in:
committed by
mergify[bot]
parent
fc126177f6
commit
c3abafb01c
@@ -1,6 +1,9 @@
|
||||
{ lib, pkgs, ... }: {
|
||||
imports = [ ../../../../common/gpu/nvidia/prime.nix ];
|
||||
|
||||
#D-Bus service to check the availability of dual-GPU
|
||||
services.switcherooControl.enable = lib.mkDefault true;
|
||||
|
||||
hardware = {
|
||||
nvidia = {
|
||||
prime = {
|
||||
|
||||
Reference in New Issue
Block a user