diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/common/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix index ea9f2ded..680514a1 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -116,6 +116,9 @@ # Should not be synchronized "~/.local/share/unison" + # It's pointless to synchronize that + "~/.local/share/cargo/shared-target" + # These are just to big to be synchronized (# TODO: Work around that <2024-08-31> ) "~/.local/share/Steam" ] |
