mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
levi: switch to mux mode
This commit is contained in:
parent
1ea3203050
commit
29ccf6e8b6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ lib, pkgs, ... }:
|
{ lib, pkgs, ... }:
|
||||||
let
|
let
|
||||||
current-mode = "nvidia";
|
current-mode = "nvidia-mux";
|
||||||
|
|
||||||
constants = {
|
constants = {
|
||||||
hardware.nvidia.prime.intelBusId = "PCI:0:2:0";
|
hardware.nvidia.prime.intelBusId = "PCI:0:2:0";
|
||||||
|
|
Loading…
Reference in a new issue