diff options
author | Vincent Ambo <mail@tazj.in> | 2021-04-16T10·38+0200 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-04-16T10·58+0000 |
commit | 914b7eb2e212d0b87630a78adbe0d391ca4b878e (patch) | |
tree | 080d299549ebfab5a70f6fea73c20527829a2b4e /users | |
parent | 75d507223b2a5c6d7b7ff4f680ab80ac06db4ff2 (diff) |
chore(tazjin/tverskoy): Persist Firefox configuration r/2513
Change-Id: If5ab38459106efdb978a21365a0f26ae82702679 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3018 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'users')
-rw-r--r-- | users/tazjin/nixos/tverskoy/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 48bd615049fb..1e53359e630a 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -284,7 +284,8 @@ in lib.fix(self: { ".config/syncthing" ".gnupg" ".local/share/direnv" - ".local/share/fish/" + ".local/share/fish" + ".mozilla/firefox" ".password-store" ".rustup" ".ssh" |