From 67c39c32c1d6c1f438c0939d00b26411b7d174cd Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 28 Apr 2025 11:13:58 +0200 Subject: modules/common/unison: Ignore `~/.local/share/{Steam,atuin}` --- modules/common/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/common/default.nix b/modules/common/default.nix index ff948a0f..393979d1 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -82,14 +82,17 @@ config.home-manager.users.soispha.home.file); in [ - # already synchronized by the taskserver + # Already synchronized by TaskChampion sync server "~/.local/share/task" + # Already synchronized by atuin sync server + "~/.local/share/atuin" # Should not be synchronized "~/.local/share/unison" - # Is just to big to be synchronized (# TODO: Work around that <2024-08-31> ) + # These are just to big to be synchronized (# TODO: Work around that <2024-08-31> ) "~/media/music" + "~/.local/share/Steam" ] ++ homeManagerSymlinks; -- cgit 1.4.1