aboutsummaryrefslogtreecommitdiffstats
path: root/modules/common/default.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-13 22:11:01 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-13 22:11:01 +0200
commit4c6b986f483a21a3aec0dca006beac6e6d957a97 (patch)
treeb2a29743cc644218482cfe62cd459eaaffe1d99a /modules/common/default.nix
parentmodules/atuin: Use `turtle` instead (diff)
downloadnixos-config-4c6b986f483a21a3aec0dca006beac6e6d957a97.zip
modules/common/unison: Don't sync `cargo`'s shared target
Diffstat (limited to '')
-rw-r--r--modules/common/default.nix3
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"
]