mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
8 lines
235 B
Nix
8 lines
235 B
Nix
|
{
|
||
|
# NVIDIA-only using MUX switch in BIOS.
|
||
|
environment.variables.MUTTER_DEBUG_FORCE_KMS_MODE = "simple";
|
||
|
hardware.nvidia.modesetting.enable = true;
|
||
|
hardware.nvidia.open = false;
|
||
|
services.xserver.videoDrivers = [ "nvidia" ];
|
||
|
}
|