mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-23 17:28:33 +02: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/home-manager"
|
||||||
".local/state/nix/profiles"
|
".local/state/nix/profiles"
|
||||||
".local/share/nix"
|
".local/share/nix"
|
||||||
|
".cache/nix"
|
||||||
|
".cache/nixpkgs-review"
|
||||||
|
|
||||||
# ======================================
|
# ======================================
|
||||||
# IDE / Editors
|
# IDE / Editors
|
||||||
@@ -289,6 +291,8 @@ in {
|
|||||||
|
|
||||||
# Digital Painting
|
# Digital Painting
|
||||||
".local/share/krita"
|
".local/share/krita"
|
||||||
|
|
||||||
|
".config/nushell"
|
||||||
];
|
];
|
||||||
files = [
|
files = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user