my nixos flake :3 (git.koi.rip mirror) git.koi.rip/koi/flake
nixos catppuccin linux dotfiles neovim
0

Configure Feed

Select the types of activity you want to include in your feed.

miku: fix vulkan

june (Jul 8, 2026, 10:53 PM +0200) c30f8b72 771e3c88

+1 -2
+1 -2
systems/miku/hardware.nix
··· 4 4 modulesPath, 5 5 ... 6 6 }: 7 - 8 7 { 9 8 imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; 10 9 ··· 57 56 LIBVA_DRIVER_NAME = "nvidia"; 58 57 __GLX_VENDOR_LIBRARY_NAME = "nvidia"; 59 58 60 - VK_DRIVER_FILES = "/run/opengl-driver/share/vulkan/icd.d/nvidia_icd.x86_64.json"; 59 + VK_DRIVER_FILES = "/run/opengl-driver/share/vulkan/icd.d/nvidia_icd.json:/run/opengl-driver-32/share/vulkan/icd.d/nvidia_icd.json"; 61 60 62 61 # QtWebEngine 6.10.2 incorrectly detects GBM as unsupported and falls back to Vulkan which 63 62 # breaks Chromium applications. See https://github.com/NixOS/nixpkgs/issues/508998