aboutsummaryrefslogtreecommitdiffstats
path: root/modules/common
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-02 21:36:04 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-02 21:36:04 +0200
commit923a2f6b4bd124e6326c86fdcb4f541dd06b2bd5 (patch)
tree290776c4db2108280476e5b41ce3fc739d361ed0 /modules/common
parentmodules/default/projects: Add one (diff)
downloadnixos-config-923a2f6b4bd124e6326c86fdcb4f541dd06b2bd5.zip
modules/default/unison: Move the pathsTo* rules to their respective modules
Diffstat (limited to '')
-rw-r--r--modules/common/default.nix25
1 files changed, 2 insertions, 23 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
index 91c45040..f2a6b04d 100644
--- a/modules/common/default.nix
+++ b/modules/common/default.nix
@@ -97,38 +97,17 @@
config.home-manager.users.soispha.home.file);
in
[
- # TODO(@bpeetz): Move these to their respective modules <2025-05-09>
- # Already synchronized by TaskChampion sync server
- "~/.local/share/task"
- # Already synchronized by atuin sync server
- "~/.local/share/atuin"
+ # TODO(@bpeetz): Move that to its respective module (after migrating it to
+ # by-name) <2025-05-09>
# Already synchronized by mbsync
"~/.local/share/maildir"
-
- # "Unknown filetype" (and there is no real reason to (try to) synchronize sockets)
- "~/.local/share/gnupg/S.gpg-agent"
- "~/.local/share/gnupg/S.gpg-agent.browser"
- "~/.local/share/gnupg/S.gpg-agent.extra"
- "~/.local/share/gnupg/S.gpg-agent.ssh"
- "~/.local/share/gnupg/S.scdaemon"
-
- # Should not be synchronized
- "~/.local/share/unison"
-
- # These are just to big to be synchronized (# TODO: Work around that <2024-08-31> )
- "~/.local/share/Steam"
]
++ homeManagerSymlinks;
pathsToSync = [
- "~/.local/state/mpv"
- "~/.local/state/nvim"
"~/.local/share"
"~/.local/.Trash-1000"
- "~/.config/lutris"
- "~/.config/AusweisApp"
-
"~/media"
"~/documents"
"~/repos"