diff --git a/hosts/frues-pc/default.nix b/hosts/frues-pc/default.nix index 9197a0e..04af35d 100644 --- a/hosts/frues-pc/default.nix +++ b/hosts/frues-pc/default.nix @@ -16,12 +16,15 @@ boot.loader.efi.efiSysMountPoint = "/boot/efi"; +# https://nixos.wiki/wiki/AMD_GPU boot.initrd.kernelModules = ["amdgpu"]; services.xserver.videoDrivers = ["amdgpu"]; hardware.graphics.extraPackages = with pkgs; [ rocmPackages.clr.icd amdvlk +driversi686Linux.amdvlk ]; +hardware.graphics.enable32Bit = true; # For 32 bit applications # It is an open-source implementation of Nvidia’s Moonlight game streaming application services.sunshine = {