fix(tazjin/home): Move a persistent path to shared config

Change-Id: Id92f5aafdfc93038b0813e8005c8be736f4e90e0
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5602
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2022-05-13 18:04:05 +02:00 committed by clbot
parent b8c300f939
commit 2b2f959981
2 changed files with 1 additions and 1 deletions

View file

@ -14,6 +14,7 @@
".config/audacity" ".config/audacity"
".config/google-chrome" ".config/google-chrome"
".config/quassel-irc.org" ".config/quassel-irc.org"
".config/unity3d"
".gnupg" ".gnupg"
".local/share/audacity" ".local/share/audacity"
".local/share/direnv" ".local/share/direnv"

View file

@ -11,7 +11,6 @@
home.persistence."/persist/tazjin/home" = { home.persistence."/persist/tazjin/home" = {
directories = [ directories = [
".config/spotify" ".config/spotify"
".config/unity3d"
".local/share/Steam" ".local/share/Steam"
".electrum" ".electrum"
]; ];