diff --git a/TODO.md b/TODO.md index 6fa879f7a..9d486893f 100644 --- a/TODO.md +++ b/TODO.md @@ -49,7 +49,7 @@ - adding ~/.cache/mesa_shader_cache_db to the sandbox massively improves launch time, probably reduces memory use, but has unknown data leak implications. - - either (1) pre-populate the shader cache somehow + - either (1) pre-populate the shader cache somehow, e.g. or (2) use a seperate shader cache per-app or (3) disable the mesa cache and see if that actually helps (MESA_SHADER_CACHE_DISABLE=true) - sane-deadlines: show day of the week for upcoming items diff --git a/hosts/common/home/fs.nix b/hosts/common/home/fs.nix index 8f5ce35ac..078039353 100644 --- a/hosts/common/home/fs.nix +++ b/hosts/common/home/fs.nix @@ -42,6 +42,8 @@ # - where /path/to/txt contains a list of names which represent read-only caches # - allows to change the cache providers w/o having to update variables # + # see also: + # - database of common shaders (gtk4, chromium, etc) & instructions to compile for any arch # see also: # which may help in generating readonly cache files #