nixos-configuration/firestar/dual-graphics.nix

7 lines
114 B
Nix
Raw Normal View History

{ config, pkgs, ... }:
{
2024-06-03 20:43:13 +00:00
hardware.intelgpu.driver = "xe";
services.xserver.videoDrivers = ["amdgpu" "xe"];
}