chore: Add switcheroo service for Dual GPU
This commit is contained in:
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 = {
|
||||
|
|
Loading…
Reference in a new issue