diff options
author | Vincent Ambo <mail@tazj.in> | 2022-05-26T17·38+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-05-26T17·40+0000 |
commit | aa29f359b82a1ccdcf9adfbcdacce4bd8bdd081c (patch) | |
tree | a7e331b19e222930a1e59c25ac0618ca01a5390f /users/tazjin | |
parent | 772f8f1b90d5e0ad1f03e7b5d7cf8d30ed04aa6a (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
Diffstat (limited to 'users/tazjin')
-rw-r--r-- | users/tazjin/home/shared.nix | 1 | ||||
-rw-r--r-- | users/tazjin/home/tverskoy.nix | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/home/shared.nix b/users/tazjin/home/shared.nix index 070639c05c28..03c7ee10b796 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 674612cf7e9e..d72734920ea6 100644 --- a/users/tazjin/home/tverskoy.nix +++ b/users/tazjin/home/tverskoy.nix @@ -12,7 +12,6 @@ directories = [ ".config/spotify" ".local/share/Steam" - ".electrum" ]; }; } |