diff options
author | Vincent Ambo <mail@tazj.in> | 2022-01-09T09·06+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-01-09T09·08+0000 |
commit | e1044c1559a01eee10bcd71122077dcdc2ea7e9a (patch) | |
tree | aea2e089a5a9deeb2d96a5b8abbfa38e9d693bc5 /users/tazjin/nixos/tverskoy/default.nix | |
parent | 50e79b2d042e91e016ca022e04c27f0b4f592437 (diff) |
chore(tazjin/tverskoy): persist audacity directories r/3576
mostly to persist the configuration, which pins the tmpdir to a sensible (persistent) location Change-Id: I69693ed3a198b4aec281e53c5f7add4d0d8df657 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4834 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/nixos/tverskoy/default.nix')
-rw-r--r-- | users/tazjin/nixos/tverskoy/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 422f7207e065..e011f293f228 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -341,6 +341,7 @@ in lib.fix(self: { directories = [ ".cargo" + ".config/audacity" ".config/google-chrome" ".config/quassel-irc.org" ".config/spotify" @@ -348,6 +349,7 @@ in lib.fix(self: { ".elfeed" ".gnupg" ".local/share/Steam" + ".local/share/audacity" ".local/share/direnv" ".local/share/fish" ".local/share/zoxide" |