Skip to content

Commit

Permalink
users/frontear: persist cache directory
Browse files Browse the repository at this point in the history
This is a bit of a temporary catch-all because I need ~/.cache/yarn but I also feel a bit lazy out a better place for it right now.
  • Loading branch information
Frontear committed Dec 10, 2024
1 parent 0909f9f commit 7502b06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions users/frontear/home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
"ssh" = "TERM= ssh";
};

# TODO: this is a catch all for now because there's a few apps
# that dump quite a bit of large data here. Main culprit right
# now is `yarn`.
my.persist.directories = [
"~/.cache"
];

my.programs = {
armcord.enable = true;

Expand Down

0 comments on commit 7502b06

Please sign in to comment.