nix/modules/amd-gpu.nix
2023-09-04 11:40:30 -05:00

4 lines
74 B
Nix

{ config, pkgs, ... }: {
services.xserver.videoDrivers = [ "amdgpu" ];
}