From c3d002fe6eb4551b508eaeca4f23ffe29418bd87 Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Tue, 27 Feb 2024 17:58:25 +0100 Subject: [PATCH] Add gpu info progs --- os-mods/amdgpu/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/os-mods/amdgpu/default.nix b/os-mods/amdgpu/default.nix index d6e7f32..0a156fb 100644 --- a/os-mods/amdgpu/default.nix +++ b/os-mods/amdgpu/default.nix @@ -48,6 +48,9 @@ environment.systemPackages = with pkgs; [ vulkan-tools libva-utils + glxinfo # TODO right place here or in desktop ? + clinfo + wayland-utils # TODO move somewhere better ? # nixgl.nixGLIntel # nixgl.nixVulkanIntel ];