Skip to content

Commit

Permalink
feat(amd-gpu): add libva-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Oct 19, 2024
1 parent 98bcfc6 commit 9d16b1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions system/amd/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# See: https://wiki.nixos.org/wiki/AMD_GPU
# Also see: https://wiki.archlinux.org/title/Hardware_video_acceleration
{pkgs, ...}: {
boot.initrd.kernelModules = ["amdgpu"];
environment.systemPackages = [
pkgs.libva-utils
pkgs.mesa-demos
pkgs.nvtopPackages.full # nvtop
pkgs.vulkan-tools
Expand Down

0 comments on commit 9d16b1a

Please sign in to comment.