diff options
-rw-r--r-- | modules/common/default.nix | 7 |
1 files 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; |