diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/common/default.nix | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix index 40c08378..ea9f2ded 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -105,12 +105,18 @@ # 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> ) - "~/media/music/beets.old" - "~/media/music/deerix" "~/.local/share/Steam" ] ++ homeManagerSymlinks; @@ -218,7 +224,6 @@ ["${lib.getExe pkgs.swaybg}" "--image" "${./abstract-nord.png}"] pkgs.swayidle - pkgs.alacritty ]; }; }; |
