about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-05-26T17·38+0200
committerclbot <clbot@tvl.fyi>2022-05-26T17·40+0000
commitaa29f359b82a1ccdcf9adfbcdacce4bd8bdd081c (patch)
treea7e331b19e222930a1e59c25ac0618ca01a5390f
parent772f8f1b90d5e0ad1f03e7b5d7cf8d30ed04aa6a (diff)
chore(tazjin/home): persist another path on both laptops r/4145
Change-Id: I57f174c66b06212cf6fbce26ec9097a83b24abd0
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5693
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
-rw-r--r--users/tazjin/home/shared.nix1
-rw-r--r--users/tazjin/home/tverskoy.nix1
2 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/home/shared.nix b/users/tazjin/home/shared.nix
index 070639c05c..03c7ee10b7 100644
--- a/users/tazjin/home/shared.nix
+++ b/users/tazjin/home/shared.nix
@@ -15,6 +15,7 @@
       ".config/google-chrome"
       ".config/quassel-irc.org"
       ".config/unity3d"
+      ".electrum"
       ".gnupg"
       ".local/share/audacity"
       ".local/share/direnv"
diff --git a/users/tazjin/home/tverskoy.nix b/users/tazjin/home/tverskoy.nix
index 674612cf7e..d72734920e 100644
--- a/users/tazjin/home/tverskoy.nix
+++ b/users/tazjin/home/tverskoy.nix
@@ -12,7 +12,6 @@
     directories = [
       ".config/spotify"
       ".local/share/Steam"
-      ".electrum"
     ];
   };
 }