From 2e464d2fe8613600991a1ccb06d5aa380d6b2bab Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Mon, 24 Aug 2026 13:59:00 +0100 Subject: [PATCH] chore(konishi): leave blender CUDA off for now The option stays as the switch; the build cost is the only reason. Co-Authored-By: Claude --- home/konishi/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/konishi/default.nix b/home/konishi/default.nix index c5838b0..69de737 100644 --- a/home/konishi/default.nix +++ b/home/konishi/default.nix @@ -37,7 +37,10 @@ # Plain `nvdec` keeps frames in GPU memory and breaks some filters. custom.mpv.hwdec = "nvdec-copy"; - custom.blender.cuda = true; + + # The 4060 would render Cycles far faster, but nothing caches this build — + # flipping it on compiles Blender, OpenUSD, OpenSubdiv and OpenImageDenoise. + custom.blender.cuda = false; custom.hyprland = { yaziSize = "2400 1800";