Skip to content

Commit

Permalink
leaving amdvlk out performs better (mesa vulkan)
Browse files Browse the repository at this point in the history
  • Loading branch information
torgeir committed Nov 22, 2024
1 parent 0db2fb7 commit 87fdcdd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ in {
# amd gpu
boot.initrd.kernelModules = [ "amdgpu" ];
hardware.graphics.enable = true;
hardware.graphics.extraPackages = with pkgs; [ amdvlk ];
environment.variables.AMD_VULKAN_ICD = "RADV";
# leave the below out, performs better than with amdvlk?
# hardware.graphics.extraPackages = with pkgs; [ amdvlk ];

time.timeZone = "Europe/Oslo";
networking.hostName = "torgnix";
Expand Down

0 comments on commit 87fdcdd

Please sign in to comment.