diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-17 14:49:47 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-17 14:49:47 +0200 |
| commit | 4dee1683ddfb5415667c92f3fad2990866e3097f (patch) | |
| tree | 40a8427f4cd089c1427c3cdd5174ad959ff58aea /modules/common | |
| parent | pkgs/sw: Build nix packages before swallowing (diff) | |
| download | nixos-config-4dee1683ddfb5415667c92f3fad2990866e3097f.zip | |
modules/common/unison: Also sync some .config locations
Diffstat (limited to 'modules/common')
| -rw-r--r-- | modules/common/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix index e5172921..91c45040 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -105,7 +105,6 @@ # 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" @@ -127,6 +126,9 @@ "~/.local/share" "~/.local/.Trash-1000" + "~/.config/lutris" + "~/.config/AusweisApp" + "~/media" "~/documents" "~/repos" |
