mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-17 23:14:07 +01:00
feat: preservation - add nix cache to reduce ram usage
This commit is contained in:
@@ -113,6 +113,8 @@ in {
|
||||
".local/state/home-manager"
|
||||
".local/state/nix/profiles"
|
||||
".local/share/nix"
|
||||
".cache/nix"
|
||||
".cache/nixpkgs-review"
|
||||
|
||||
# ======================================
|
||||
# IDE / Editors
|
||||
@@ -289,6 +291,8 @@ in {
|
||||
|
||||
# Digital Painting
|
||||
".local/share/krita"
|
||||
|
||||
".config/nushell"
|
||||
];
|
||||
files = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user