Skip to content

Commit 8098d9c

Browse files
aster-voidclaude
andcommitted
hosts/azalea: add VK_ICD_FILENAMES for NVIDIA Vulkan
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 99eedae commit 8098d9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hosts/azalea/configuration.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@
1717
# Intel HDA audio codec doesn't respond, causing 4 second boot delay
1818
# USB/HDMI/DisplayPort audio still works
1919
boot.blacklistedKernelModules = ["snd_hda_intel"];
20+
21+
environment.sessionVariables = {
22+
VK_ICD_FILENAMES = "/run/opengl-driver/share/vulkan/icd.d/nvidia_icd.x86_64.json";
23+
};
2024
}

0 commit comments

Comments
 (0)