File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 102102 "Documents"
103103 "Videos"
104104
105+ # Keep .cache off tmpfs to avoid high RAM usage; many apps use it and it is storage-heavy.
106+ ".cache"
107+
105108 # ======================================
106109 # Codes / Work / Playground
107110 # ======================================
117120 ".local/state/home-manager"
118121 ".local/state/nix/profiles"
119122 ".local/share/nix"
120- ".cache/nix"
121- ".cache/nixpkgs-review"
122123
123124 # ======================================
124125 # IDE / Editors
201202 ".local/bin"
202203 # python uv
203204 ".local/share/uv"
204- ".cache/uv"
205205
206206 # ======================================
207207 # Security
266266 # ======================================
267267 ".mozilla"
268268 ".config/google-chrome"
269- ".cache/google-chrome"
270269 ".config/chromium"
271- ".cache/chromium"
272270
273271 # ======================================
274272 # CLI data
277275 ".local/share/zoxide"
278276 ".local/share/direnv"
279277 ".local/share/k9s"
280- ".cache/tealdeer" # tldr
281278
282279 # ======================================
283280 # Containers
309306 ".config/mozc" # used by fcitx5-mozc
310307
311308 ".config/nushell"
312-
313- # noctalia shell
314- ".cache/noctalia"
315-
316- # AI
317- ".cache/modelscope"
318- ".cache/huggingface"
319309 ] ;
320310 files = [
321311 {
357347 in
358348 {
359349 "/home/${ username } /.config" . d = permission ;
360- "/home/${ username } /.cache" . d = permission ;
361350 "/home/${ username } /.local" . d = permission ;
362351 "/home/${ username } /.local/share" . d = permission ;
363352 "/home/${ username } /.local/state" . d = permission ;
You can’t perform that action at this time.
0 commit comments