From 990a5b7c07d138f7771eb3fe6898a292bc94db77 Mon Sep 17 00:00:00 2001 From: "Villar Romasanta, Francisco" Date: Fri, 20 May 2022 14:31:06 +0200 Subject: [PATCH] Add Nvidia glcache setting --- programs/nvidia-glcache.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/nvidia-glcache.json diff --git a/programs/nvidia-glcache.json b/programs/nvidia-glcache.json new file mode 100644 index 0000000..350f8fe --- /dev/null +++ b/programs/nvidia-glcache.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.nv/GLCache", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport _GL_SHADER_DISK_CACHE_PATH=\"$XDG_CACHE_HOME\"/nv\n```\n" + } + ], + "name": "nvidia-glcache" +} -- 2.47.3